14 lines
345 B
C
14 lines
345 B
C
#ifndef INCLUDED_RESOURCE_H
|
|
#define INCLUDED_RESOURCE_H
|
|
|
|
/* ------------------------------------------------------------------------------------------------------------------ */
|
|
/* COMMAND */
|
|
|
|
#define CM_ABOUT 1001
|
|
#define CM_BITMAP 1002
|
|
#define CM_BRAHMIN 1003
|
|
#define CM_WOODNOTES 1004
|
|
#define CM_SEASHORE 1005
|
|
|
|
#endif /*INCLUDED_RESOURCE_H*/
|