Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 21, 2016, 1:59:04 PM (8 years ago)
Author:
muemart
Message:

Fix some clang-tidy warnings.
Also, Serialise.h was doing some C-style casts that ended up being const casts. I moved those const casts as close to the source as possible and changed the loadAndIncrease functions to not do that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/graphics/LensFlare.cc

    r11080 r11083  
    3434#include "LensFlare.h"
    3535
     36#include "core/CoreIncludes.h"
    3637#include "core/XMLPort.h"
    3738#include "graphics/Billboard.h"
    3839#include "CameraManager.h"
     40#include "Camera.h"
    3941#include "RenderQueueListener.h"
     42#include "Scene.h"
    4043
    4144#include <OgreSphere.h>
    4245#include <OgreRenderWindow.h>
     46#include <OgreCamera.h>
    4347
    4448namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.