#pragma once #include namespace thememenu { void init(std::string resDir); void draw(void* ctx); }