Skip to content

Commit

Permalink
Replaced C99 wrapper types with auto-generated header via ParseLLGLHe…
Browse files Browse the repository at this point in the history
…ader.py script.
  • Loading branch information
LukasBanana committed Aug 9, 2023
1 parent 67f73d7 commit 92d1181
Show file tree
Hide file tree
Showing 43 changed files with 1,638 additions and 2,412 deletions.
3 changes: 1 addition & 2 deletions include/LLGL-C/Buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@


#include <LLGL-C/Export.h>
#include <LLGL-C/Types.h>
#include <LLGL-C/BufferFlags.h>
#include <LLGL-C/LLGLWrapper.h>


LLGL_C_EXPORT long llglGetBufferBindFlags(LLGLBuffer buffer);
Expand Down
46 changes: 0 additions & 46 deletions include/LLGL-C/BufferFlags.h

This file was deleted.

4 changes: 1 addition & 3 deletions include/LLGL-C/Canvas.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@


#include <LLGL-C/Export.h>
#include <LLGL-C/CanvasFlags.h>
#include <LLGL-C/LLGLWrapper.h>
#include <LLGL-C/Surface.h>
#include <LLGL-C/Types.h>
#include <LLGL-C/Key.h>


typedef void (*LLGL_PFN_OnCanvasProcessEvents)(LLGLCanvas sender);
Expand Down
27 changes: 0 additions & 27 deletions include/LLGL-C/CanvasFlags.h

This file was deleted.

6 changes: 1 addition & 5 deletions include/LLGL-C/CommandBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@


#include <LLGL-C/Export.h>
#include <LLGL-C/Types.h>
#include <LLGL-C/ResourceFlags.h>
#include <LLGL-C/CommandBufferFlags.h>
#include <LLGL-C/PipelineStateFlags.h>
#include <LLGL-C/TextureFlags.h>
#include <LLGL-C/LLGLWrapper.h>
#include <stddef.h>
#include <stdbool.h>

Expand Down
92 changes: 0 additions & 92 deletions include/LLGL-C/CommandBufferFlags.h

This file was deleted.

3 changes: 1 addition & 2 deletions include/LLGL-C/Display.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@


#include <LLGL-C/Export.h>
#include <LLGL-C/Types.h>
#include <LLGL-C/DisplayFlags.h>
#include <LLGL-C/LLGLWrapper.h>
#include <stddef.h>
#include <stdbool.h>

Expand Down
30 changes: 0 additions & 30 deletions include/LLGL-C/DisplayFlags.h

This file was deleted.

Loading

0 comments on commit 92d1181

Please sign in to comment.