aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/MelonCap.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-30 02:59:45 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-30 02:59:45 +0200
commit61799c35bdf26a5754ca760ac92d4f07d6a9396b (patch)
treed8ecf2fd4c92dad813c5a35aaf5e80b1e8b6334a /src/libui_sdl/MelonCap.h
parent5eb01f1f15d81fc908b9ed3819213442b8c4bd3e (diff)
parent58c2790ea34abe54de7607d081cbb975257f87c7 (diff)
sadadssa
Diffstat (limited to 'src/libui_sdl/MelonCap.h')
-rw-r--r--src/libui_sdl/MelonCap.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/libui_sdl/MelonCap.h b/src/libui_sdl/MelonCap.h
new file mode 100644
index 0000000..1185dea
--- /dev/null
+++ b/src/libui_sdl/MelonCap.h
@@ -0,0 +1,34 @@
+/*
+ Copyright 2016-2019 Arisotura
+
+ This file is part of melonDS.
+
+ melonDS 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 3 of the License, or (at your option)
+ any later version.
+
+ melonDS 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 melonDS. If not, see http://www.gnu.org/licenses/.
+*/
+
+#ifndef MELONCAP_H
+#define MELONCAP_H
+
+#include "types.h"
+
+namespace MelonCap
+{
+
+void Init();
+void DeInit();
+
+void Update();
+
+}
+
+#endif // MELONCAP_H