Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 17, 2014, 4:29:25 PM (11 years ago)
Author:
fvultier
Message:

Bewegung mit WASD und Absprung von einer Platform in der Mitte funktioniert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pickupsFS14/src/modules/jump/JumpPrereqs.h

    r10032 r10040  
    2121 *
    2222 *   Author:
    23  *      Florian Zinggeler
     23 *      Reto Grieder
    2424 *   Co-authors:
    2525 *      ...
     
    3030@file
    3131@brief
    32     Shared library macros, enums, constants and forward declarations for the Invader module
     32    Shared library macros, enums, constants and forward declarations for the jump module
    3333*/
    3434
     
    4343//-----------------------------------------------------------------------
    4444
    45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(INVADER_STATIC_BUILD)
    46 #  ifdef INVADER_SHARED_BUILD
     45#if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(PONG_STATIC_BUILD)
     46#  ifdef PONG_SHARED_BUILD
    4747#    define _JumpExport __declspec(dllexport)
    4848#  else
     
    6969{
    7070    class Jump;
    71     class JumpCenterPoint;
    72     class JumpShip;
    7371    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;
    7976}
    8077
Note: See TracChangeset for help on using the changeset viewer.