12 lines
94 B
C++
12 lines
94 B
C++
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace sim::graphics::resize
|
||
|
{
|
||
|
|
||
|
void init();
|
||
|
void toggle_fullscreen();
|
||
|
|
||
|
};
|
||
|
|