fixed import of deleted file

This commit is contained in:
andreas 2021-03-31 15:13:04 +02:00 committed by Andreas Schaafsma
parent a306eb8cb9
commit abe162bbb1
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package engine.typedefs;
import engine.typedefs.CVar;
import engine.enums.CCmdType;
typedef CCmd = {

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{