17 lines
357 B
C
17 lines
357 B
C
// Filename: config_eggcharbase.h
|
|
// Created by: drose (26Feb01)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef CONFIG_EGGCHARBASE_H
|
|
#define CONFIG_EGGCHARBASE_H
|
|
|
|
#include <pandabase.h>
|
|
#include <notifyCategoryProxy.h>
|
|
|
|
NotifyCategoryDecl(eggcharbase, EXPCL_MISC, EXPTP_MISC);
|
|
|
|
extern void init_libeggcharbase();
|
|
|
|
#endif
|