open_toontown_panda3d/dtool/src/interrogatedb/config_interrogatedb.h

18 lines
414 B
C

// Filename: config_interrogatedb.h
// Created by: drose (01Aug00)
//
////////////////////////////////////////////////////////////////////
#ifndef CONFIG_INTERROGATEDB_H
#define CONFIG_INTERROGATEDB_H
#include <dtoolbase.h>
#include <notifyCategoryProxy.h>
#include <dSearchPath.h>
NotifyCategoryDecl(interrogatedb, EXPCL_DTOOLCONFIG, EXPTP_DTOOLCONFIG);
const DSearchPath &get_interrogatedb_path();
#endif