Fixing CREDITS file

Removing many of clang warnings
This commit is contained in:
Alexander Bock
2015-05-13 19:33:34 +02:00
parent 28abe46bcf
commit 597ed14014
29 changed files with 59 additions and 67 deletions
@@ -34,6 +34,7 @@ namespace interaction {
class KeyboardController : public Controller {
public:
virtual ~KeyboardController() {};
virtual void keyPressed(KeyAction action, Key key, KeyModifier modifier) = 0;
};