mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
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
|
|
|