mirror of
https://github.com/AxioDL/PrimeAPI.git
synced 2026-03-30 11:38:46 -07:00
11 lines
137 B
C++
11 lines
137 B
C++
#ifndef CIOWINMANAGER_HPP
|
|
#define CIOWINMANAGER_HPP
|
|
|
|
class CIOWinManager
|
|
{
|
|
public:
|
|
void Draw() const;
|
|
};
|
|
|
|
#endif //CIOWINMANAGER_HPP
|