mirror of
https://github.com/simtactics/niotso.git
synced 2025-07-04 21:50:37 -04:00
In the process of setting up a convenient Makefile build system
This commit is contained in:
parent
8a16e52bf6
commit
1a279588f1
16 changed files with 378 additions and 22 deletions
|
@ -1,4 +0,0 @@
|
|||
class Scene {
|
||||
public:
|
||||
virtual int Logic(int Message, int ParamA, int ParamB);
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
class LoadScreen : public Scene {
|
||||
private:
|
||||
Graphics::Image Background, StatusString[9];
|
||||
|
||||
public:
|
||||
int Logic(int Message, int ParamA, int ParamB);
|
||||
int Render();
|
||||
|
||||
enum Message {
|
||||
msg_MaxisLogo = 0x00010000,
|
||||
msg_SlidingText,
|
||||
msg_JobComplete,
|
||||
msg_LoginSuccessful
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue