setup
This commit is contained in:
9
src/game/Setup.h
Normal file
9
src/game/Setup.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
|
||||
namespace Game
|
||||
{
|
||||
DLLEXPORT void Setup(void* window);
|
||||
DLLEXPORT void Update();
|
||||
}
|
||||
Reference in New Issue
Block a user