mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 00:10:52 +02:00
Coding Standard
Spacing Self-Sufficient Headers
This commit is contained in:
parent
e096ff91f6
commit
19100c9550
3 changed files with 18 additions and 16 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue