First commit
This commit is contained in:
10
Explosions.h
Normal file
10
Explosions.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "System.h"
|
||||
|
||||
class Explosions : public System {
|
||||
public:
|
||||
Explosions();
|
||||
void Update();
|
||||
void ProcessMessage(const char* msg);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user