Formatted EVERYTHING
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#pragma once
|
||||
#include "Graphics/Texture.h"
|
||||
|
||||
namespace Seele
|
||||
{
|
||||
namespace Component
|
||||
{
|
||||
struct Skybox
|
||||
{
|
||||
namespace Seele {
|
||||
namespace Component {
|
||||
struct Skybox {
|
||||
Gfx::PTextureCube day;
|
||||
Gfx::PTextureCube night;
|
||||
Vector fogColor;
|
||||
|
||||
Reference in New Issue
Block a user