mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
Set dp branch as trunk
This commit is contained in:
20
sky.h
Normal file
20
sky.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef skyH
|
||||
#define skyH
|
||||
|
||||
#include "MdlMngr.h"
|
||||
|
||||
class TSky
|
||||
{
|
||||
private:
|
||||
TModel3d *mdCloud;
|
||||
public:
|
||||
__fastcall TSky();
|
||||
__fastcall ~TSky();
|
||||
void __fastcall Init();
|
||||
void __fastcall Render();
|
||||
};
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user