Yet Another Game Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
core.h
Go to the documentation of this file.
1 
10 #pragma once
11 
17 namespace yage
18 {
19 
23 extern void glfwErrorCallback(int, char const *);
24 
31 extern void init();
32 
38 extern void quit();
39 
40 } // namespace yage
void quit()
Quit and cleanup YAGE.
Definition: core.cpp:33
void glfwErrorCallback(int, const char *description)
Definition: core.cpp:20
void init()
Initializes YAGE.
Definition: core.cpp:25