arch interface for little hooks that don't need their own drivers

This commit is contained in:
Glenn Maynard
2003-01-24 23:09:31 +00:00
parent bca879f9b0
commit 4c8c2b15e5
12 changed files with 136 additions and 19 deletions
+2 -2
View File
@@ -13,10 +13,10 @@
void ApplyGraphicOptions();
void ExitGame();
void ResetGame();
#include "arch/ArchHooks/ArchHooks.h"
extern ArchHooks *HOOKS; // global and accessable from anywhere in our program
#endif