Fix Backend_EnableDragAndDrop not matching header
This commit is contained in:
parent
076a477239
commit
858fd0beb9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ bool Backend_GetBasePath(std::string *string_buffer);
|
||||||
void Backend_HideMouse(void);
|
void Backend_HideMouse(void);
|
||||||
void Backend_SetWindowIcon(const unsigned char *rgb_pixels, size_t width, size_t height);
|
void Backend_SetWindowIcon(const unsigned char *rgb_pixels, size_t width, size_t height);
|
||||||
void Backend_SetCursor(const unsigned char *rgba_pixels, size_t width, size_t height);
|
void Backend_SetCursor(const unsigned char *rgba_pixels, size_t width, size_t height);
|
||||||
void PlaybackBackend_EnableDragAndDrop(void);
|
void Backend_EnableDragAndDrop(void);
|
||||||
bool Backend_SystemTask(bool active);
|
bool Backend_SystemTask(bool active);
|
||||||
void Backend_GetKeyboardState(bool *keyboard_state);
|
void Backend_GetKeyboardState(bool *keyboard_state);
|
||||||
void Backend_ShowMessageBox(const char *title, const char *message);
|
void Backend_ShowMessageBox(const char *title, const char *message);
|
||||||
|
|
Loading…
Add table
Reference in a new issue