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
:
19
Viewscreen
*
viewscreen
;
20
Logger
*
logger
;
21
};
Logger
Definition:
Logger.h:9
Viewscreen
Definition:
Viewscreen.h:30
LOCALGRID2
Definition:
globals.h:278
buildings::buildings
buildings(Viewscreen *ptr)
Definition:
buildings.cpp:8
buildings::logger
Logger * logger
Definition:
buildings.h:20
buildings
Definition:
buildings.h:11
buildings::viewscreen
Viewscreen * viewscreen
Definition:
buildings.h:19
buildings::Building
HRESULT Building(short t, short s) const
Definition:
buildings.cpp:33
buildings::CheckLayout
static bool CheckLayout(unsigned i, LOCALGRID2 localgrid2)
Definition:
buildings.cpp:16
Viewscreen
buildings.h
Generated on Tue May 4 2021 15:18:23 for Rise by
1.8.14