Indentation style changed to Allman
Using Artistic Style (http://astyle.sourceforge.net/) Options: --style=allman --indent=tab --keep-one-line-blocks --align-pointer=type --align-reference=name
This commit is contained in:
@@ -7,12 +7,12 @@ class CubemapTexture
|
||||
{
|
||||
public:
|
||||
CubemapTexture(
|
||||
std::string posXFile,
|
||||
std::string negXFile,
|
||||
std::string posYFile,
|
||||
std::string negYFile,
|
||||
std::string posZFile,
|
||||
std::string negZFile);
|
||||
std::string posXFile,
|
||||
std::string negXFile,
|
||||
std::string posYFile,
|
||||
std::string negYFile,
|
||||
std::string posZFile,
|
||||
std::string negZFile);
|
||||
~CubemapTexture();
|
||||
|
||||
void Load();
|
||||
|
||||
Reference in New Issue
Block a user