Skip to content

Commit cd5b2c9

Browse files
committed
Exclude SDL_FILE, SDL_LINE, SDL_NULL_WHILE_LOOP_CONDITION
1 parent e9c9f39 commit cd5b2c9

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

eng/silktouch/sdl/SDL3/generate.rsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ SDL_EndThreadFunction
1313
SDL_fabsf
1414
SDL_size_add_check_overflow_builtin
1515
SDL_size_mul_check_overflow_builtin
16+
SDL_FILE
17+
SDL_LINE
18+
SDL_NULL_WHILE_LOOP_CONDITION
1619
--file
1720
sdl-SDL.h
1821
--methodClassName

sources/SDL/SDL/SDL3/Sdl.gen.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55160,16 +55160,6 @@ public static byte WriteU8Raw(IoStreamHandle dst, byte value) =>
5516055160
[NativeName("SDL_ASSERT_LEVEL")]
5516155161
public const int AssertLevel = 1;
5516255162

55163-
[NativeName("SDL_FILE")]
55164-
public static Utf8String File =>
55165-
"C:/exanite/repositories/Silk3.NET/eng/silktouch/sdl/SDL3\\sdl-SDL.h"u8;
55166-
55167-
[NativeName("SDL_LINE")]
55168-
public const int Line = 91;
55169-
55170-
[NativeName("SDL_NULL_WHILE_LOOP_CONDITION")]
55171-
public const int NullWhileLoopCondition = (0, 0);
55172-
5517355163
[NativeName("SDL_PROP_THREAD_CREATE_ENTRY_FUNCTION_POINTER")]
5517455164
public static Utf8String PropThreadCreateEntryFunctionPointer =>
5517555165
"SDL.thread.create.entry_function"u8;

0 commit comments

Comments
 (0)