- Timestamp:
- Feb 15, 2018, 11:36:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrxPrereqs.h
r11624 r11753 44 44 //----------------------------------------------------------------------- 45 45 46 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(F lappyOrx_STATIC_BUILD)47 # ifdef F lappyOrx_SHARED_BUILD46 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(FLAPPYORX_STATIC_BUILD) 47 # ifdef FLAPPYORX_SHARED_BUILD 48 48 # define _FlappyOrxExport __declspec(dllexport) 49 49 # else … … 72 72 class FlappyOrxCenterPoint; 73 73 class FlappyOrxShip; 74 class FlappyOrxEnemy;75 class FlappyOrxEnemyShooter;76 class FlappyOrxWeapon;77 class FlappyOrxWeaponEnemy;78 74 class FlappyOrxHUDinfo; 79 75 }
Note: See TracChangeset
for help on using the changeset viewer.