mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -05:00
8 lines
99 B
C
8 lines
99 B
C
#ifndef WORKER_H
|
|
#define WORKER_H
|
|
|
|
#include <WINDOWS.H>
|
|
|
|
DWORD WINAPI Patch();
|
|
|
|
#endif // WORKER_H
|