18 lines
241 B
C++
18 lines
241 B
C++
|
//
|
||
|
// main.cpp
|
||
|
// nation_war
|
||
|
//
|
||
|
// Created by Saturneric on 17/1/16.
|
||
|
// Copyright © 2017年 Bakantu Eric. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#include "game.h"
|
||
|
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
int main(int argc, const char * argv[]) {
|
||
|
|
||
|
return 0;
|
||
|
}
|