17 lines
508 B
C
17 lines
508 B
C
#pragma once
|
|
|
|
#define IDI_APP_ICON 101
|
|
#define IDI_APP_ICON_SMALL 102
|
|
#define IDR_PNG_FOLDER_ICON 201
|
|
#define IDR_PNG_GAMEOBJECT_ICON 202
|
|
#define IDR_PNG_SCENE_ICON 203
|
|
#define IDR_PNG_LOGO 204
|
|
#define IDR_PNG_LOGO_ICON 205
|
|
#define IDR_PNG_CAMERA_GIZMO_ICON 206
|
|
#define IDR_PNG_DIRECTIONAL_LIGHT_GIZMO_ICON 207
|
|
#define IDR_PNG_POINT_LIGHT_GIZMO_ICON 208
|
|
#define IDR_PNG_SPOT_LIGHT_GIZMO_ICON 209
|
|
#define IDR_PNG_PLAY_BUTTON_ICON 210
|
|
#define IDR_PNG_PAUSE_BUTTON_ICON 211
|
|
#define IDR_PNG_STEP_BUTTON_ICON 212
|