14 lines
241 B
C
14 lines
241 B
C
// Filename: pandaegg.h
|
|
// Created by: drose (2Jan01)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PANDAEGG_H
|
|
#define PANDAEGG_H
|
|
|
|
#include "pandabase.h"
|
|
|
|
EXPCL_PANDAEGG void init_libpandaegg();
|
|
|
|
#endif
|
|
|