#ifndef BIZGLPRESENTER_H #define BIZGLPRESENTER_H #include "types.h" namespace GLPresenter { void Init(u32 scale); std::pair Present(); } #endif