mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-14 10:12:59 +02:00
7 lines
61 B
C
7 lines
61 B
C
|
#pragma once
|
||
|
|
||
|
class Nullkiller
|
||
|
{
|
||
|
public:
|
||
|
void makeTurn();
|
||
|
};
|