mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
publish ConfigVariableFilename properly
This commit is contained in:
parent
f7c34a095a
commit
c6480024ce
@ -15,6 +15,7 @@ forcetype ConfigVariable
|
||||
forcetype ConfigVariableBase
|
||||
forcetype ConfigVariableBool
|
||||
forcetype ConfigVariableDouble
|
||||
forcetype ConfigVariableFilename
|
||||
forcetype ConfigVariableInt
|
||||
forcetype ConfigVariableList
|
||||
forcetype ConfigVariableManager
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user