File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
146152typedef struct _plCommandEntry
147153{
148- plCommandType tType ;
154+ plCommandType tType ;
149155 plCommandEntry * ptNext ;
150156} plCommandEntry ;
151157
You can’t perform that action at this time.
0 commit comments