Files
source/Laptop/sirtech.cpp
T
BeatAroundTheBuscherandGitHub ed00830202 Fixes Upper/Lower Casing for include paths (#487)
* Fixing upper/lower case for includes

types.h, zconf.h and zlib.h were renamed so that global includes like Types.h
are not used.
2025-08-16 22:01:12 -03:00

35 lines
218 B
C++

#include "laptop.h"
#include "sirtech.h"
void GameInitSirTech()
{
}
void EnterSirTech()
{
}
void ExitSirTech()
{
}
void HandleSirTech()
{
}
void RenderSirTech()
{
}