open_toontown_panda3d/panda/src/text/config_text.h

19 lines
348 B
C++

// Filename: config_text.h
// Created by: drose (02Mar00)
//
////////////////////////////////////////////////////////////////////
#ifndef CONFIG_TEXT_H
#define CONFIG_TEXT_H
#include <pandabase.h>
#include <notifyCategoryProxy.h>
class DSearchPath;
NotifyCategoryDecl(text, EXPCL_PANDA, EXPTP_PANDA);
extern const bool flatten_text;
#endif