Yet Another Game Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
yage
core
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
yage::quit
void quit()
Quit and cleanup YAGE.
Definition:
core.cpp:33
yage::glfwErrorCallback
void glfwErrorCallback(int, const char *description)
Definition:
core.cpp:20
yage::init
void init()
Initializes YAGE.
Definition:
core.cpp:25
Generated on Sat Jun 23 2018 15:09:52 by
1.8.6