mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
publish ConfigVariableFilename properly
This commit is contained in:
parent
f7c34a095a
commit
c6480024ce
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user