Fix build errors
This commit is contained in:
parent
0a912b7f11
commit
a0378dc30c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "../../Attributes.h"
|
||||
|
||||
bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*window_focus_callback)(bool focus));
|
||||
bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*window_focus_callback)(bool focus))
|
||||
{
|
||||
(void)drag_and_drop_callback;
|
||||
(void)window_focus_callback;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
static unsigned long ticks_per_second;
|
||||
|
||||
bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*window_focus_callback)(bool focus));
|
||||
bool Backend_Init(void (*drag_and_drop_callback)(const char *path), void (*window_focus_callback)(bool focus))
|
||||
{
|
||||
(void)drag_and_drop_callback;
|
||||
(void)window_focus_callback;
|
||||
|
|
Loading…
Add table
Reference in a new issue