mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -05:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
|
|
#define RC_MANIFEST 24
|
|
|
|
#define WORKER_DLL 300
|
|
|
|
#endif // RESOURCE_H
|