mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
14 lines
253 B
C
14 lines
253 B
C
|
// Filename: pandaphysx.h
|
||
|
// Created by: pratt (20Apr2006)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef PANDAPHYSX_H
|
||
|
#define PANDAPHYSX_H
|
||
|
|
||
|
#include "pandabase.h"
|
||
|
|
||
|
EXPCL_PANDAPHYSX void init_libpandaphysx();
|
||
|
|
||
|
#endif
|