GlitchyEngineHelper project

This commit is contained in:
Simon Lübeß
2022-04-09 12:33:05 +02:00
parent d47bc37886
commit b94c84d304
8 changed files with 135 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
// GlitchyEngineHelper.h : Include file for standard system include files,
// or project specific include files.
#pragma once
#define GE_EXPORT extern "C" __declspec(dllexport)
#define GE_CALLTYPE __stdcall
#include "vendor/xxHash/xxhash.h"
// TODO: Reference additional headers your program requires here.