X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Finteractive_object.h;h=24aa866020ea6babc02a52894edd8eaf07d8093b;hb=95ef01464dbf007c0f0d9c3d8a88a147c117385d;hp=5f4e5bd3b24cd8dd14612b6cfb12e2c5ebdeea71;hpb=236df51d91f0845cd4e06b3269e262911d81f5db;p=supertux.git diff --git a/src/interactive_object.h b/src/interactive_object.h index 5f4e5bd3b..24aa86602 100644 --- a/src/interactive_object.h +++ b/src/interactive_object.h @@ -23,6 +23,8 @@ #include "special/game_object.h" #include "special/base.h" +using namespace SuperTux; + enum InteractionType { INTERACTION_TOUCH, INTERACTION_ACTIVATE // more to come