summaryrefslogtreecommitdiffhomepage
path: root/TestStage.h
diff options
context:
space:
mode:
Diffstat (limited to 'TestStage.h')
-rw-r--r--TestStage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TestStage.h b/TestStage.h
index 10164cd..c5287a5 100644
--- a/TestStage.h
+++ b/TestStage.h
@@ -1,7 +1,7 @@
#pragma once
#include "ConstantVelocity.h"
-#include "ExampleGenerator.h"
+#include "Enemy.h"
#include "Player.h"
#include "Stage.h"
@@ -16,5 +16,5 @@ public:
private:
Player m_player;
ConstantVelocitySystem m_const;
- ExampleGenerator m_generator;
+ Enemy m_enemy;
};