17 lines
305 B
C
17 lines
305 B
C
// Filename: config_grutil.h
|
|
// Created by: drose (24May00)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef CONFIG_GRUTIL_H
|
|
#define CONFIG_GRUTIL_H
|
|
|
|
#include <pandabase.h>
|
|
#include <notifyCategoryProxy.h>
|
|
|
|
NotifyCategoryDecl(grutil, EXPCL_PANDA, EXPTP_PANDA);
|
|
|
|
#endif
|
|
|
|
|