updating some stuff
This commit is contained in:
parent
9ff4790ef1
commit
d8407ece03
14 changed files with 26620 additions and 0 deletions
14
include/enginend/engine.h
Normal file
14
include/enginend/engine.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "net.h"
|
||||
#include "gr.h"
|
||||
#include "aud.h"
|
||||
#include "program.h"
|
||||
#include "scenes/scene.h"
|
||||
enum PLATFORM {
|
||||
WINDOWS,LINUX,MACOS,
|
||||
ANDROID,IOS
|
||||
};
|
||||
extern PLATFORM platform;
|
||||
extern std::string androidpackage;
|
||||
#include "resmgr.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue