mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-09 20:50:59 -04:00
11 lines
226 B
C
11 lines
226 B
C
#ifndef RECOMPUI_ELEMENTS_COMMON
|
|
#define RECOMPUI_ELEMENTS_COMMON
|
|
// Common includes for custom recomp elements
|
|
|
|
#include "recomp_ui.h"
|
|
#include "librecomp/config.hpp"
|
|
#include "json/json.hpp"
|
|
#include "RmlUi/Core.h"
|
|
|
|
#endif
|