#ifndef __ASSETS_HPP__ #define __ASSETS_HPP__ #include namespace Assets { using namespace JabyEngine; static constexpr auto FontTIM = SimpleTIM(960, 0, 960, 511); void load_for_main(); } #endif //!__ASSETS_HPP__