mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-07-04 03:12:55 -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
|