Files
source/Laptop/sirtech.cpp
T

39 lines
286 B
C++

#ifdef PRECOMPILEDHEADERS
#include "Laptop All.h"
#else
#include "laptop.h"
#include "SirTech.h"
#endif
void GameInitSirTech()
{
}
void EnterSirTech()
{
}
void ExitSirTech()
{
}
void HandleSirTech()
{
}
void RenderSirTech()
{
}