13 lines
258 B
C
13 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
|