Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2019, 5:46:25 PM (6 years ago)
Author:
mkarpf
Message:

Example Level with scaling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/MouseAPI_FS19/src/modules/MouseAPI/mouseapiexample.h

    r12271 r12285  
    99#include "worldentities/ControllableEntity.h"
    1010#include "core/CoreIncludes.h"
     11#include <list>
     12#include <stdlib.h>
    1113
    1214namespace orxonox
     
    1921    virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    2022    void testfunction(MouseButtonCode::ByEnum mouse);
    21     virtual void tick(float dt) override;
     23    static std::list<MouseAPIExample> blocks;
    2224};
    2325}
Note: See TracChangeset for help on using the changeset viewer.