[client] allow building with -Wstrict-prototypes

This is not yet turned on because cimgui does not build with it enabled.
This commit is contained in:
Tudor Brindus
2022-02-20 11:38:58 -05:00
committed by Geoffrey McRae
parent 7387a4a8e1
commit 91d6e3a82a
7 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ void overlayAlert_show(LG_MsgAlert type, const char * fmt, va_list args);
GraphHandle overlayGraph_register(const char * name, RingBuffer buffer,
float min, float max, GraphFormatFn formatFn);
void overlayGraph_unregister();
void overlayGraph_unregister(GraphHandle handle);
void overlayGraph_iterate(void (*callback)(GraphHandle handle, const char * name,
bool * enabled, void * udata), void * udata);
void overlayGraph_invalidate(GraphHandle handle);