BLT/src/blt/window/window.cpp

10 lines
183 B
C++
Executable File

/*
* Created by Brett on 17/01/23.
* Licensed under GNU General Public License V3.0
* See LICENSE file for license detail
*/
#include <blt/window/window.h>
namespace blt {
}