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