publish ConfigVariableFilename properly

This commit is contained in:
David Rose 2004-12-09 00:56:07 +00:00
parent f7c34a095a
commit c6480024ce
2 changed files with 2 additions and 0 deletions

View File

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

View File

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