mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
Merge remote-tracking branch 'origin/master' into new_level_refactor
This commit is contained in:
commit
6a43d6c7ff
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ public:
|
||||||
|
|
||||||
class FDelayedCommand
|
class FDelayedCommand
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
virtual ~FDelayedCommand() {}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool Tick() = 0;
|
virtual bool Tick() = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue