mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
GlitchyEngineHelper project
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user