mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-02 05:02:59 +00:00
15 lines
431 B
C
15 lines
431 B
C
#pragma once
|
|
#define IDC_CamX "CamX"
|
|
#define IDC_CamZ "CamZ"
|
|
#define IDC_YRot "YRot"
|
|
#define IDC_CamY "CamY"
|
|
#define IDC_Elevation "Elevation"
|
|
#define IDC_XuiLabel1 "XuiLabel1"
|
|
#define IDC_XuiLabel2 "XuiLabel2"
|
|
#define IDC_XuiLabel3 "XuiLabel3"
|
|
#define IDC_XuiLabel4 "XuiLabel4"
|
|
#define IDC_XuiLabel7 "XuiLabel7"
|
|
#define IDC_LockPlayer "LockPlayer"
|
|
#define IDC_Teleport "Teleport"
|
|
#define IDC_XuiDebugSetCamera "XuiDebugSetCamera"
|