Skip to content

Commit cf47476

Browse files
committed
fixed compilation errors
1 parent 7770662 commit cf47476

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

extensions/pl_graphics_cpu.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Index of this file:
2424
#include "pl_memory.h"
2525
#include "pl_graphics_internal.h"
2626

27+
//-----------------------------------------------------------------------------
28+
// [SECTION] forward declarations & basic types
29+
//-----------------------------------------------------------------------------
30+
31+
typedef struct _plCommandEntry plCommandEntry;
32+
2733
//-----------------------------------------------------------------------------
2834
// [SECTION] internal enums
2935
//-----------------------------------------------------------------------------
@@ -145,7 +151,7 @@ typedef struct _plCpuShader
145151

146152
typedef struct _plCommandEntry
147153
{
148-
plCommandType tType;
154+
plCommandType tType;
149155
plCommandEntry* ptNext;
150156
} plCommandEntry;
151157

0 commit comments

Comments
 (0)