mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 18:39:18 +02:00
Format source code using clang-format
This commit is contained in:
15
sky.h
15
sky.h
@@ -7,13 +7,14 @@
|
||||
|
||||
class TSky
|
||||
{
|
||||
private:
|
||||
TModel3d *mdCloud;
|
||||
public:
|
||||
__fastcall TSky();
|
||||
__fastcall ~TSky();
|
||||
void __fastcall Init();
|
||||
void __fastcall Render();
|
||||
private:
|
||||
TModel3d *mdCloud;
|
||||
|
||||
public:
|
||||
__fastcall TSky();
|
||||
__fastcall ~TSky();
|
||||
void __fastcall Init();
|
||||
void __fastcall Render();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user