5 lines
50 B
C
5 lines
50 B
C
#pragma once
|
|
|
|
struct Infantry {
|
|
void attack();
|
|
}; |
#pragma once
|
|
|
|
struct Infantry {
|
|
void attack();
|
|
}; |