open_toontown_panda3d/panda/src/collide/config_collide.h

17 lines
351 B
C

// Filename: config_collide.h
// Created by: drose (24Apr00)
//
////////////////////////////////////////////////////////////////////
#ifndef CONFIG_COLLIDE_H
#define CONFIG_COLLIDE_H
#include <pandabase.h>
#include <notifyCategoryProxy.h>
NotifyCategoryDecl(collide, EXPCL_PANDA, EXPTP_PANDA);
extern EXPCL_PANDA void init_libcollide();
#endif