mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
11 lines
139 B
C++
11 lines
139 B
C++
#include "garrisonable.h"
|
|
|
|
#include <node.h>
|
|
|
|
namespace battleship{
|
|
using namespace vb01;
|
|
|
|
void Garrisonable::ejectVehicle(int id){
|
|
}
|
|
}
|