mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
14 lines
240 B
C
14 lines
240 B
C
|
// Filename: pandaode.h
|
||
|
// Created by: drose (2Jan01)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef PANDAODE_H
|
||
|
#define PANDAODE_H
|
||
|
|
||
|
#include "pandabase.h"
|
||
|
|
||
|
EXPCL_PANDAODE void init_libpandaode();
|
||
|
|
||
|
#endif
|