LEGOIslandRebuilder/lib/worker.h

9 lines
99 B
C
Raw Normal View History

2021-09-18 17:28:15 -04:00
#ifndef WORKER_H
#define WORKER_H
#include <WINDOWS.H>
DWORD WINAPI Patch();
#endif // WORKER_H