Skip to content

Commit fcbf9f4

Browse files
add helper files for h2pas wizard
1 parent 52a70a1 commit fcbf9f4

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

tools/h2paswizard/sdl3code.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
{ h2pas wizard result shows up in this file }

0 commit comments

Comments
 (0)