Coding Standard

Spacing
    Self-Sufficient Headers
This commit is contained in:
Clement 2018-05-18 15:02:57 -07:00
parent e096ff91f6
commit 19100c9550
3 changed files with 18 additions and 16 deletions

View file

@ -9,11 +9,13 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "Application.h"
#include "SecondaryCamera.h"
#include <TextureCache.h>
#include <gpu/Context.h>
#include <glm/gtx/transform.hpp>
#include <gpu/Context.h>
#include <TextureCache.h>
#include "Application.h"
using RenderArgsPointer = std::shared_ptr<RenderArgs>;