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