mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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
|
||||
{
|
||||
public:
|
||||
virtual ~FDelayedCommand() {}
|
||||
|
||||
protected:
|
||||
virtual bool Tick() = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue