config_event.h 731 B

12345678910111213141516171819202122232425
  1. // Filename: config_event.h
  2. // Created by: drose (14Dec99)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) Carnegie Mellon University. All rights reserved.
  8. //
  9. // All use of this software is subject to the terms of the revised BSD
  10. // license. You should have received a copy of this license along
  11. // with this source code in a file named "LICENSE."
  12. //
  13. ////////////////////////////////////////////////////////////////////
  14. #ifndef CONFIG_EVENT_H
  15. #define CONFIG_EVENT_H
  16. #include "pandabase.h"
  17. #include "notifyCategoryProxy.h"
  18. NotifyCategoryDecl(event, EXPCL_PANDA_EVENT, EXPTP_PANDA_EVENT);
  19. NotifyCategoryDecl(task, EXPCL_PANDA_EVENT, EXPTP_PANDA_EVENT);
  20. #endif