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