mirror of
https://github.com/simtactics/niotso.git
synced 2025-07-04 21:50:37 -04:00
New Scene class definition. Also fixed a compile error for some users involving the definition of IID_IXAudio2
This commit is contained in:
parent
8bb608d5ce
commit
2e7f3b24ca
9 changed files with 85 additions and 10 deletions
|
@ -26,6 +26,10 @@ namespace System {
|
|||
//Event objects
|
||||
extern HANDLE Shutdown;
|
||||
extern HANDLE Initialized[2], Terminated[2];
|
||||
|
||||
enum {
|
||||
SHUTDOWN
|
||||
};
|
||||
}
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue