- Timestamp:
- Apr 17, 2014, 4:29:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpPrereqs.h
r10032 r10040 21 21 * 22 22 * Author: 23 * Florian Zinggeler23 * Reto Grieder 24 24 * Co-authors: 25 25 * ... … … 30 30 @file 31 31 @brief 32 Shared library macros, enums, constants and forward declarations for the Invadermodule32 Shared library macros, enums, constants and forward declarations for the jump module 33 33 */ 34 34 … … 43 43 //----------------------------------------------------------------------- 44 44 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined( INVADER_STATIC_BUILD)46 # ifdef INVADER_SHARED_BUILD45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(PONG_STATIC_BUILD) 46 # ifdef PONG_SHARED_BUILD 47 47 # define _JumpExport __declspec(dllexport) 48 48 # else … … 69 69 { 70 70 class Jump; 71 class JumpCenterPoint;72 class JumpShip;73 71 class JumpPlatform; 74 class JumpEnemy; 75 class JumpEnemyShooter; 76 class JumpWeapon; 77 class JumpWeaponEnemy; 78 class JumpHUDinfo; 72 class JumpPlatformHMove; 73 class JumpFigure; 74 class JumpCenterpoint; 75 class JumpScore; 79 76 } 80 77
Note: See TracChangeset
for help on using the changeset viewer.