fixed import of deleted file

This commit is contained in:
2025-01-15 19:32:26 +01:00
committed by andreas
parent 366ad1201c
commit a007e4b8cc
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -1,7 +1,6 @@
package engine.typedefs;
import engine.typedefs.CVar;
import engine.enums.CCmdType;
typedef CCmd = {
+5 -2
View File
@@ -1,7 +1,10 @@
package game.ui;
import game.ui.CVar;
import game.ui.CVarType;
import haxe.Constraints.Function;
import engine.typedefs.CVar;
import engine.typedefs.CCmd;
import engine.enums.CVarType;
import engine.enums.CVarFlag;
class ConVar{