Cube-World-Mod-Launcher/CubeModLoader/main.h

13 lines
255 B
C
Raw Normal View History

2019-09-17 09:24:20 +08:00
#ifndef MAIN_H
#define MAIN_H
#include "DLL.h"
#include <vector>
#define no_optimize __attribute__((optimize("O0")))
using namespace std;
vector <DLL*> modDLLs;
void* base;
void WriteFarJMP(void* source, void* destination);
#endif // MAIN_H