15 lines
323 B
C
15 lines
323 B
C
// Filename: config_parametrics.h
|
|
// Created by: drose (19Mar00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef CONFIG_PARAMETRICS_H
|
|
#define CONFIG_PARAMETRICS_H
|
|
|
|
#include "pandabase.h"
|
|
#include "notifyCategoryProxy.h"
|
|
|
|
NotifyCategoryDecl(parametrics, EXPCL_PANDA, EXPTP_PANDA);
|
|
|
|
#endif
|