9 lines
193 B
C
9 lines
193 B
C
|
#pragma once
|
||
|
|
||
|
#include "CoreExportDef.h"
|
||
|
|
||
|
EXTERN_C int TOKEN_CORE_EXPORT TokenCoreInitialize();
|
||
|
|
||
|
EXTERN_C int TOKEN_CORE_EXPORT Run();
|
||
|
|
||
|
EXTERN_C void TOKEN_CORE_EXPORT TokenCoreUninitialized();
|