mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-22 15:43:03 +00:00
21 lines
639 B
C
21 lines
639 B
C
#pragma once
|
|
#define IDC_StartX "StartX"
|
|
#define IDC_StartY "StartY"
|
|
#define IDC_StartZ "StartZ"
|
|
#define IDC_EndX "EndX"
|
|
#define IDC_EndY "EndY"
|
|
#define IDC_EndZ "EndZ"
|
|
#define IDC_XuiLabel1 "XuiLabel1"
|
|
#define IDC_XuiLabel2 "XuiLabel2"
|
|
#define IDC_XuiLabel3 "XuiLabel3"
|
|
#define IDC_XuiLabel4 "XuiLabel4"
|
|
#define IDC_XuiLabel5 "XuiLabel5"
|
|
#define IDC_XuiLabel6 "XuiLabel6"
|
|
#define IDC_CreateButton "CreateButton"
|
|
#define IDC_Name "Name"
|
|
#define IDC_XuiLabel7 "XuiLabel7"
|
|
#define IDC_XuiLabel8 "XuiLabel8"
|
|
#define IDC_SaveMobs "SaveMobs"
|
|
#define IDC_UseXboxCompression "UseXboxCompression"
|
|
#define IDC_XuiDebugSchematic "XuiDebugSchematic"
|