From aa85f15df21e65b42c62bcad25a331b944bf270f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 22 Aug 2014 00:00:47 +0300 Subject: Move actionfuncptr into separate file. --- src/actions/actionfuncptr.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/actions/actionfuncptr.h (limited to 'src/actions/actionfuncptr.h') diff --git a/src/actions/actionfuncptr.h b/src/actions/actionfuncptr.h new file mode 100644 index 000000000..18aff42c7 --- /dev/null +++ b/src/actions/actionfuncptr.h @@ -0,0 +1,28 @@ +/* + * The ManaPlus Client + * Copyright (C) 2011-2014 The ManaPlus Developers + * + * This file is part of The ManaPlus Client. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#ifndef ACTIONS_ACTIONFUNCPTR_H +#define ACTIONS_ACTIONFUNCPTR_H + +#include "events/inputevent.h" + +typedef bool (*ActionFuncPtr) (InputEvent &event); + +#endif // ACTIONS_ACTIONFUNCPTR_H -- cgit v1.2.3-60-g2f50