ReGameDLL_CS/regamedll/testsuite/testsuite.h

18 lines
394 B
C
Raw Normal View History

2015-06-30 12:46:07 +03:00
#pragma once
#ifdef _WIN32
#include "osconfig.h"
#include "memory.h"
#include "regamedll/platform.h"
#include <string>
#include <iostream>
#include <fstream>
#include <unordered_map>
#define TESTSUITE_PROTOCOL_VERSION_MINOR 5
#define TESTSUITE_PROTOCOL_VERSION_MAJOR 0
void TestSuite_Init(const Module* engine, const Module* executable, const AddressRef* funcRefs);
#endif