1
0
Fork 0
Univerxel/src/client/render/index.hpp

8 lines
147 B
C++
Raw Normal View History

2020-09-26 22:05:43 +00:00
#pragma once
class Window;
namespace render {
struct renderOptions;
bool Load(Window& window, bool preferVulkan, const renderOptions& options);
}