diff options
Diffstat (limited to 'game_overwatch.cpp')
| -rw-r--r-- | game_overwatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game_overwatch.cpp b/game_overwatch.cpp index 32e9ad1..b9605a8 100644 --- a/game_overwatch.cpp +++ b/game_overwatch.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" + #include "stdafx.h" Game_overwatch::Game_overwatch(){ @@ -416,4 +416,4 @@ void Game_overwatch::kill(Actor *actor){ delete actor; actor = NULL; } -}
\ No newline at end of file +} |