Browse Source

publish ConfigVariableFilename properly

David Rose 21 years ago
parent
commit
c6480024ce
2 changed files with 2 additions and 0 deletions
  1. 1 0
      panda/src/express/config_express.N
  2. 1 0
      panda/src/express/config_express.h

+ 1 - 0
panda/src/express/config_express.N

@@ -15,6 +15,7 @@ forcetype ConfigVariable
 forcetype ConfigVariableBase
 forcetype ConfigVariableBool
 forcetype ConfigVariableDouble
+forcetype ConfigVariableFilename
 forcetype ConfigVariableInt
 forcetype ConfigVariableList
 forcetype ConfigVariableManager

+ 1 - 0
panda/src/express/config_express.h

@@ -34,6 +34,7 @@
 #include "configVariableBase.h"
 #include "configVariableBool.h"
 #include "configVariableDouble.h"
+#include "configVariableFilename.h"
 #include "configVariableInt.h"
 #include "configVariableList.h"
 #include "configVariableManager.h"