*** empty log message ***

This commit is contained in:
David Rose 2001-01-25 01:37:52 +00:00
parent 8b57ab6c7e
commit e1a6551e58
3 changed files with 41 additions and 41 deletions

View File

@ -1,13 +1,13 @@
// Filename: pandadx.h // Filename: pandadx.h
// Created by: drose (2Jan01) // Created by: drose (2Jan01)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#ifndef PANDADX_H #ifndef PANDADX_H
#define PANDADX_H #define PANDADX_H
#include <pandabase.h> #include <pandabase.h>
EXPCL_PANDADX void init_libpandadx(); EXPCL_PANDADX void init_libpandadx();
#endif #endif

View File

@ -1,14 +1,14 @@
// Filename: pandaegg.h // Filename: pandaegg.h
// Created by: drose (2Jan01) // Created by: drose (2Jan01)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#ifndef PANDAEGG_H #ifndef PANDAEGG_H
#define PANDAEGG_H #define PANDAEGG_H
#include <pandabase.h> #include <pandabase.h>
EXPCL_PANDAEGG void init_libpandaegg(); EXPCL_PANDAEGG void init_libpandaegg();
#endif #endif

View File

@ -1,14 +1,14 @@
// Filename: pandagl.h // Filename: pandagl.h
// Created by: drose (2Jan01) // Created by: drose (2Jan01)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
#ifndef PANDAGL_H #ifndef PANDAGL_H
#define PANDAGL_H #define PANDAGL_H
#include <pandabase.h> #include <pandabase.h>
EXPCL_PANDAGL void init_libpandagl(); EXPCL_PANDAGL void init_libpandagl();
#endif #endif