inital, almost working cross-compilation setup with Visual Studio and cmake
This commit is contained in:
11
engine/include/Engine.h
Normal file
11
engine/include/Engine.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class Engine
|
||||
{
|
||||
public:
|
||||
Engine();
|
||||
~Engine();
|
||||
|
||||
bool Init();
|
||||
void Shutdown();
|
||||
};
|
||||
Reference in New Issue
Block a user