mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[gib] Fix an struct forward declaration
This commit is contained in:
parent
32cead5f88
commit
1c368724e8
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ void GIB_Event_Callback (gib_event_t *event, unsigned int argc, ...);
|
|||
|
||||
// Interpreter interface (for creating GIB cbufs)
|
||||
|
||||
cbuf_interpreter_t *GIB_Interpreter (void) __attribute__((const));
|
||||
struct cbuf_interpreter_s *GIB_Interpreter (void) __attribute__((const));
|
||||
|
||||
// Thread interface
|
||||
|
||||
|
|
Loading…
Reference in a new issue