Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 11, 2018, 6:04:01 PM (6 years ago)
Author:
landauf
Message:

[AsteroidMining_HS17] fixed a bunch of compile- and run-time errors due to illegal usage of arrays

File:
1 edited

Legend:

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

    r11731 r11732  
    137137            virtual void spawnChildren();
    138138
    139             // @brief Just for testing. Don-t work anyways.
    140             void printArrayString(float thingy[]);
    141             // @brief Just for testing. Don-t work anyways.
    142             void printArrayString(int thingy[]);
    143 
    144139    }; // tolua_export
    145140} // tolua_export
Note: See TracChangeset for help on using the changeset viewer.