fixing git repo
This commit is contained in:
parent
20cb5a12f8
commit
52b5a8ee95
19 changed files with 106 additions and 10712 deletions
11
engine/src/scenes/nodes.h
Normal file
11
engine/src/scenes/nodes.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "../gr.h"
|
||||
#include "../aud.h"
|
||||
#include "../net.h"
|
||||
struct node{
|
||||
public:
|
||||
|
||||
virtual void init() {}
|
||||
virtual void render() {}
|
||||
virtual void update() {}
|
||||
virtual void close() {}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue