*** 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
// Created by: drose (2Jan01)
//
////////////////////////////////////////////////////////////////////
#ifndef PANDADX_H
#define PANDADX_H
#include <pandabase.h>
EXPCL_PANDADX void init_libpandadx();
#endif
// Filename: pandadx.h
// Created by: drose (2Jan01)
//
////////////////////////////////////////////////////////////////////
#ifndef PANDADX_H
#define PANDADX_H
#include <pandabase.h>
EXPCL_PANDADX void init_libpandadx();
#endif

View File

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

View File

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