Rise
The Vieneo Province
buildings.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <WinSock2.h>
4 #include <WS2tcpip.h>
5 #include <Windows.h>
6 #include "../Logger.h"
7 
8 struct LOCALGRID2;
9 class Viewscreen;
10 
11 class buildings
12 {
13 public:
14  buildings(Viewscreen* ptr);
15  static bool CheckLayout(unsigned i, LOCALGRID2 localgrid2);
16  HRESULT Building( short t, short s ) const;
17 
18 private:
21 };
Definition: Logger.h:9
buildings(Viewscreen *ptr)
Definition: buildings.cpp:8
Logger * logger
Definition: buildings.h:20
Viewscreen * viewscreen
Definition: buildings.h:19
HRESULT Building(short t, short s) const
Definition: buildings.cpp:33
static bool CheckLayout(unsigned i, LOCALGRID2 localgrid2)
Definition: buildings.cpp:16