Files
starruler-linux/source/game/os/glfw_driver.h
T
2018-07-17 14:15:37 +02:00

7 lines
82 B
C++

#pragma once
#include "os/driver.h"
namespace os {
OSDriver* getGLFWDriver();
};