#pragma once #include "filemon.h" RANGE(int, 1, 1000, g_DemoLength) = 202; RANGE(float, -3.14, 3.14, g_SunX) = 1.1875; RANGE(float, -3.14, 3.14, g_SunY) = -1.15; RANGE(float, -3.14, 3.14, g_SunZ) = 0; RANGE(float, -64.0f, 64.0f, g_MageHeight) = -12.3f; RANGE(float, 0.1f, 1.0f, g_MageScale) = 0.75f; //Testdinger ANY(float, g_DemoTime) = 22.1; RANGE(float, 0, 1, g_Alpha) = 0.67; COMBO(int, "0, 1, 2, 3", g_DemoMode) = 2; ANY(bool, g_Doof) = true;