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,16 @@
|
||||
// GlitchyEngineHelper.cpp : Defines the entry point for the application.
|
||||
//
|
||||
|
||||
#include "GlitchyEngineHelper.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
GE_EXPORT int GE_CALLTYPE test(int x, int y)
|
||||
{
|
||||
return x + y;
|
||||
}
|
||||
|
||||
GE_EXPORT XXH64_hash_t bla(void* buffer, size_t size, XXH64_hash_t seed)
|
||||
{
|
||||
return XXH64(buffer, size, seed);
|
||||
}
|
||||
Reference in New Issue
Block a user