Deep RTS
include
DeepRTS
unit
Footman.h
Go to the documentation of this file.
1
//
2
// Created by per on 9/5/21.
3
//
4
5
#ifndef DEEPRTS_FOOTMAN_H
6
#define DEEPRTS_FOOTMAN_H
7
#include "
Unit.h
"
8
#include "
Player.h
"
9
10
class
Footman
:
public
Unit
{
11
Footman
(
Player
& player);
12
};
13
14
15
#endif
//DEEPRTS_FOOTMAN_H
Player.h
Unit.h
Footman
Definition:
Footman.h:10
Player
Definition:
Player.h:18
Unit
Definition:
Unit.h:25
Generated by
1.9.2