mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-22 00:56:40 -04:00
11 lines
146 B
C++
11 lines
146 B
C++
#ifndef __UI_API_IMAGES_H__
|
|
#define __UI_API_IMAGES_H__
|
|
|
|
#include <cstdint>
|
|
|
|
namespace recompui {
|
|
void register_ui_image_exports();
|
|
}
|
|
|
|
#endif
|