LEGOIslandRebuilder/lib/worker.h
2021-09-18 14:28:15 -07:00

8 lines
99 B
C

#ifndef WORKER_H
#define WORKER_H
#include <WINDOWS.H>
DWORD WINAPI Patch();
#endif // WORKER_H