mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
14 lines
258 B
C
14 lines
258 B
C
|
// Filename: pandabullet.h
|
||
|
// Created by: enn0x (10May2011)
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef PANDABULLET_H
|
||
|
#define PANDABULLET_H
|
||
|
|
||
|
#include "pandabase.h"
|
||
|
|
||
|
EXPCL_PANDABULLET void init_libpandabullet();
|
||
|
|
||
|
#endif
|