We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a70a1 commit fcbf9f4Copy full SHA for fcbf9f4
2 files changed
tools/h2paswizard/sdl3code.h
@@ -0,0 +1,21 @@
1
+
2
+{ paste source code from a C header (.h) file into this file }
3
4
+{ fictional test source code }
5
+{
6
7
+/**
8
+ * Fictional comment of a fictional type
9
+ */
10
+typedef Uint64 SDL_FictionalType;
11
12
+#define SDL_FI1 0x0000000000000001 /**< FI 1 Comment */
13
+#define SDL_FI2 0x0000000000000002 /**< FI 2 Comment */
14
+#define SDL_FI3 0x0000000000000004 /**< FI 3 Comment */
15
16
17
+ * Fictional comment of a fictional function
18
19
+extern SDL_DECLSPEC bool SDLCALL FictionalFunction(SDL_FictionalID fictionalID, SDL_Rect *rect);
20
21
+}
tools/h2paswizard/sdl3code.inc
@@ -0,0 +1,2 @@
+{ h2pas wizard result shows up in this file }
0 commit comments