mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
new window code
This commit is contained in:
parent
629c2322f4
commit
b9dcb6ec4f
@ -3,13 +3,12 @@
|
|||||||
//
|
//
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "pandadx.h"
|
#include "pandadx7.h"
|
||||||
|
|
||||||
#include <config_dxgsg.h>
|
#include "config_dxgsg7.h"
|
||||||
#include <config_wdxdisplay.h>
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: init_libpandadx
|
// Function: init_libpandadx7
|
||||||
// Description: Initializes the library. This must be called at
|
// Description: Initializes the library. This must be called at
|
||||||
// least once before any of the functions or classes in
|
// least once before any of the functions or classes in
|
||||||
// this library can be used. Normally it will be
|
// this library can be used. Normally it will be
|
||||||
@ -17,7 +16,6 @@
|
|||||||
// called explicitly, but special cases exist.
|
// called explicitly, but special cases exist.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void
|
void
|
||||||
init_libpandadx() {
|
init_libpandadx7() {
|
||||||
init_libdxgsg();
|
init_libdxgsg7();
|
||||||
init_libwdxdisplay();
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user