open_toontown_panda3d/panda/src/collide/config_collide.h

15 lines
307 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);
#endif