implemented some higher level functions; added lots of stubs; switched top and bottom in CRect

This commit is contained in:
aap 2019-05-30 21:24:47 +02:00
commit 188aab4196
65 changed files with 791 additions and 169 deletions

8
src/control/Garages.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
class CGarages
{
public:
static bool IsModelIndexADoor(uint32 id);
static void PrintMessages(void);
};