25 lines
576 B
C
25 lines
576 B
C
/**
|
|
* PANDA 3D SOFTWARE
|
|
* Copyright (c) Carnegie Mellon University. All rights reserved.
|
|
*
|
|
* All use of this software is subject to the terms of the revised BSD
|
|
* license. You should have received a copy of this license along
|
|
* with this source code in a file named "LICENSE."
|
|
*
|
|
* @file config_pandatoolbase.h
|
|
* @author drose
|
|
* @date 2004-11-29
|
|
*/
|
|
|
|
#ifndef CONFIG_PANDATOOLBASE_H
|
|
#define CONFIG_PANDATOOLBASE_H
|
|
|
|
#include "pandatoolbase.h"
|
|
|
|
#include "notifyCategoryProxy.h"
|
|
|
|
NotifyCategoryDeclNoExport(pandatoolbase);
|
|
|
|
extern void init_libpandatoolbase();
|
|
|
|
#endif
|