5 lines
104 B
C
5 lines
104 B
C
|
#pragma once
|
||
|
|
||
|
namespace tests{
|
||
|
int glfw_window(unsigned width,unsigned height, std::string title);
|
||
|
}
|