Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 5:13:24 PM (7 years ago)
Author:
landauf
Message:

[AsteroidMining_HS17] fixed dll linkage for MSVC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/asteroidmining/SpicedAsteroidBelt.h

    r11667 r11731  
    4747#define _SpicedAsteroidBelt_H__
    4848
    49 #include "OrxonoxPrereqs.h"
     49#include "AsteroidMiningPrereqs.h"
    5050
    5151#include <string>
     
    5959
    6060    // tolua_export
    61     class _OrxonoxExport SpicedAsteroidBelt : public Pawn // need pawn to get tick for clean argument passing
     61    class _AsteroidMiningExport SpicedAsteroidBelt : public Pawn // need pawn to get tick for clean argument passing
    6262    { // tolua_export
    6363
Note: See TracChangeset for help on using the changeset viewer.