mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 08:30:56 -05:00
13 lines
210 B
C
13 lines
210 B
C
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
|
|
#define IDS_TITLE 0
|
|
#define IDS_SUBTITLE 1
|
|
#define IDS_RUN 2
|
|
#define IDS_KILL 3
|
|
|
|
#define RC_MANIFEST 24
|
|
|
|
#define WORKER_DLL 300
|
|
|
|
#endif // RESOURCE_H
|