mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
11 lines
153 B
C
11 lines
153 B
C
#define ISLE_ARROW 102
|
|
#define ISLE_NO 103
|
|
#define ISLE_BUSY 104
|
|
|
|
#define APP_ICON 105
|
|
|
|
#ifndef _RES_ISLE_H
|
|
#define _RES_ISLE_H
|
|
#include "isle.h"
|
|
#endif
|