aboutsummaryrefslogtreecommitdiff
path: root/game/missile/AlertSubScene.h
blob: 661b3f16056bbc75715221679a828ce6754ef7fe (plain)
1
2
3
4
5
6
7
#pragma once

#include "api/Scene.h"
class MissileAlert {
public:
	MissileAlert(crepe::Scene & scn);
};