summaryrefslogtreecommitdiff
path: root/src/utils/sdl2logger.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-07 07:42:59 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-07 07:42:59 +0300
commitee76fa45a30273cc123766a57f020c77e49b8412 (patch)
treeba5fbbd07667f335be6ece45a82191860edd1f79 /src/utils/sdl2logger.h
parentfec0a38e6a12c8674e54a29b0c3ae54fa78e86ff (diff)
downloadplus-ee76fa45a30273cc123766a57f020c77e49b8412.tar.gz
plus-ee76fa45a30273cc123766a57f020c77e49b8412.tar.bz2
plus-ee76fa45a30273cc123766a57f020c77e49b8412.tar.xz
plus-ee76fa45a30273cc123766a57f020c77e49b8412.zip
Add missing sdl2logger files.
Diffstat (limited to 'src/utils/sdl2logger.h')
-rw-r--r--src/utils/sdl2logger.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/utils/sdl2logger.h b/src/utils/sdl2logger.h
new file mode 100644
index 000000000..78d94ca27
--- /dev/null
+++ b/src/utils/sdl2logger.h
@@ -0,0 +1,34 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2017 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 <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef UTILS_SDL2LOGGER_H
+#define UTILS_SDL2LOGGER_H
+
+#ifdef USE_SDL2
+
+#include "localconsts.h"
+
+namespace SDL2Logger
+{
+ void init();
+} // namespace SDL2Logger
+
+#endif // USE_SDL2
+#endif // UTILS_SDL2LOGGER_H