mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-25 13:54:23 -05:00
9 lines
99 B
C
9 lines
99 B
C
|
#ifndef WORKER_H
|
||
|
#define WORKER_H
|
||
|
|
||
|
#include <WINDOWS.H>
|
||
|
|
||
|
DWORD WINAPI Patch();
|
||
|
|
||
|
#endif // WORKER_H
|