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