X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2FGameStates%2FPaused.cpp;h=e539f5f75c84362012ab8fd0d68b347fbe9db7c7;hb=88085362ef3590bdbae3fb4bf25796c84582cc73;hp=fea6de4d23cb6dad28dcafa3be9871e7840d9706;hpb=c46074c1fc66612c5ea0bfa1f4441491e296703d;p=physics.git diff --git a/src/GameStates/Paused.cpp b/src/GameStates/Paused.cpp index fea6de4..e539f5f 100644 --- a/src/GameStates/Paused.cpp +++ b/src/GameStates/Paused.cpp @@ -16,7 +16,7 @@ */ #include "Paused.h" -#include "../config/config.h" +#include "config/config.h" /// ***** Constructors/Destructors ***** @@ -31,15 +31,15 @@ Paused::~Paused() /// ***** Public Class Methods ***** -void Paused::handleInput(bool on_top) const +void Paused::handleInput(bool /*on_top*/) const { // TODO } -void Paused::update(float time_step, bool on_top) const +void Paused::update(float /*time_step*/, bool /*on_top*/) const { } -void Paused::draw(bool on_top) const +void Paused::draw(bool /*on_top*/) const { // TODO }