Initial engine repository
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace frostbite2D {
|
||||
|
||||
void windowsInit();
|
||||
|
||||
} // namespace frostbite2D
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user