mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -05:00
15 lines
258 B
C
15 lines
258 B
C
#ifndef RESOURCE_H
|
|
#define RESOURCE_H
|
|
|
|
#define IDS_TITLE 0
|
|
#define IDS_SUBTITLE 1
|
|
#define IDS_PATCHES 2
|
|
#define IDS_MUSIC 3
|
|
#define IDS_RUN 4
|
|
#define IDS_KILL 5
|
|
|
|
#define RC_MANIFEST 24
|
|
|
|
#define WORKER_DLL 300
|
|
|
|
#endif // RESOURCE_H
|