mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
10 lines
91 B
C++
10 lines
91 B
C++
#include "building.h"
|
|
|
|
Building::Building() :
|
|
Resource() {
|
|
|
|
}
|
|
|
|
Building::~Building() {
|
|
}
|