- made video base code game independent
This commit is contained in:
parent
2196b4fb04
commit
ddef3f7b98
56 changed files with 251 additions and 241 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "zstring.h"
|
||||
#include "intrect.h"
|
||||
|
||||
struct SystemCallbacks
|
||||
{
|
||||
|
|
@ -13,6 +14,8 @@ struct SystemCallbacks
|
|||
void (*PlayStartupSound)(const char* name);
|
||||
bool (*IsSpecialUI)();
|
||||
bool (*DisableTextureFilter)();
|
||||
void (*OnScreenSizeChanged)();
|
||||
IntRect(*GetSceneRect)();
|
||||
};
|
||||
|
||||
extern SystemCallbacks *sysCallbacks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue