mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Re-expose LineStream to Python
This commit is contained in:
parent
889da02c8c
commit
720fdba470
@ -21,6 +21,7 @@ forcetype OFileStream
|
||||
forcetype FileStream
|
||||
forcetype IDecryptStream
|
||||
forcetype OEncryptStream
|
||||
forcetype LineStream
|
||||
|
||||
forcetype ofstream
|
||||
forcetype ifstream
|
||||
|
@ -25,8 +25,9 @@
|
||||
#include "configVariableList.h"
|
||||
#include "configVariableFilename.h"
|
||||
|
||||
// Include this so interrogate can find it.
|
||||
// Include these so interrogate can find them.
|
||||
#include "executionEnvironment.h"
|
||||
#include "lineStream.h"
|
||||
|
||||
#ifdef ANDROID
|
||||
#include <jni.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user