Fix Backend_EnableDragAndDrop not matching header

This commit is contained in:
Clownacy 2020-10-03 16:10:34 +01:00
parent 076a477239
commit 858fd0beb9

View file

@ -93,7 +93,7 @@ bool Backend_GetBasePath(std::string *string_buffer);
void Backend_HideMouse(void);
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 PlaybackBackend_EnableDragAndDrop(void);
void Backend_EnableDragAndDrop(void);
bool Backend_SystemTask(bool active);
void Backend_GetKeyboardState(bool *keyboard_state);
void Backend_ShowMessageBox(const char *title, const char *message);