X-Git-Url: https://git.r.bdr.sh/rbdr/pico-engine/blobdiff_plain/95a80700dcde3e51cba8fdbb314b0804ba680b20..refs/heads/main:/game_overwatch.cpp 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 +}