mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Remove unused forward declarations
This commit is contained in:
parent
5db5ef427a
commit
2f3a9ad2e3
1 changed files with 0 additions and 3 deletions
|
|
@ -41,9 +41,6 @@
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
|
||||||
|
|
||||||
extern "C" void init();
|
|
||||||
/*extern "C"*/ void start(ultramodern::renderer::WindowHandle window_handle, const ultramodern::audio_callbacks_t* audio_callbacks, const ultramodern::input::callbacks_t* input_callbacks);
|
|
||||||
|
|
||||||
template<typename... Ts>
|
template<typename... Ts>
|
||||||
void exit_error(const char* str, Ts ...args) {
|
void exit_error(const char* str, Ts ...args) {
|
||||||
// TODO pop up an error
|
// TODO pop up an error
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue