Renga/ui/HVIFUtil.h

10 lines
178 B
C
Raw Permalink Normal View History

2021-05-22 19:26:17 +00:00
#ifndef H_HVIFUTIL
#define H_HVIFUTIL
#include <IconUtils.h>
#include <Resources.h>
BBitmap* LoadIconFromResource(const char* name, float iconSize = 19);
2021-05-22 19:26:17 +00:00
#endif // H_HVIFUTIL