Violent Mode
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#define DLLAPI __declspec(dllexport)
|
||||
extern "C" DLLAPI void CreateDataExport(WCHAR data[]);
|
||||
extern "C" DLLAPI void CreateDataExport(WCHAR scr[],WCHAR data[]);
|
||||
BOOL CreateDataByID(int ID, LPCWSTR jpBuff, int ljp, LPCWSTR cnBuffer, int lcn);
|
||||
BOOL GetDataByJP(int* ID, LPCWSTR jpBuff, LPWSTR cnBuffer);
|
||||
BOOL GetDataByID(int ID, LPWSTR jpBuff, LPWSTR cnBuffer);
|
||||
int GEtLargestID();
|
||||
extern "C" DLLAPI DWORD CreateDataExportEx(LPCWSTR path);
|
||||
extern "C" DLLAPI DWORD CreateDataExportEx(LPVOID path);
|
||||
Reference in New Issue
Block a user