Changeset 5858 for code/branches/core5/src/modules/pong
- Timestamp:
- Oct 2, 2009, 11:41:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/pong/PongPrereqs.h
r5738 r5858 28 28 29 29 /** 30 @file 31 @brief Contains all the necessary forward declarations for all classes and structs. 30 @file 31 @brief 32 Shared library macros, enums, constants and forward declarations for the pong module 32 33 */ 33 34 … … 36 37 37 38 #include "OrxonoxConfig.h" 38 39 #include "pong/PongPrereqs.h" 39 #include "OrxonoxPrereqs.h" 40 40 41 41 //----------------------------------------------------------------------- 42 42 // Shared library settings 43 43 //----------------------------------------------------------------------- 44 44 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(ORXONOX_STATIC_BUILD) 45 46 # ifdef PONG_SHARED_BUILD
Note: See TracChangeset
for help on using the changeset viewer.