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