My Project
 
Loading...
Searching...
No Matches
herodoom.h
Go to the documentation of this file.
1#pragma once
2
3
4class HeroDoom {
5public:
6 virtual void onDeath() = 0;
7};
Definition herodoom.h:4
virtual void onDeath()=0