implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
This commit is contained in:
8
src/control/Garages.h
Normal file
8
src/control/Garages.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
class CGarages
|
||||
{
|
||||
public:
|
||||
static bool IsModelIndexADoor(uint32 id);
|
||||
static void PrintMessages(void);
|
||||
};
|
||||
Reference in New Issue
Block a user