Panda3D
Functions
panda.h File Reference
#include "pandabase.h"

Go to the source code of this file.

Functions

EXPCL_LIBPANDA void init_libpanda ()
 Initializes the library. More...
 

Detailed Description

Author
drose
Date
2001-01-02

Definition in file panda.h.

Function Documentation

◆ init_libpanda()

EXPCL_LIBPANDA void init_libpanda ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 28 of file panda.cxx.

References init_libdevice(), init_libdisplay(), init_libpgraph(), init_libpnmimagetypes(), and init_libpstatclient().