![]() |
Wise&mystical
1.0
Project about Europe
|
#include "internal.h"
#include "mappings.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
char * | _glfw_strdup (const char *source) |
float | _glfw_fminf (float a, float b) |
float | _glfw_fmaxf (float a, float b) |
void | _glfwInputError (int code, const char *format,...) |
GLFWAPI int | glfwInit (void) |
GLFW API functions. More... | |
GLFWAPI void | glfwTerminate (void) |
Terminates the GLFW library. More... | |
GLFWAPI void | glfwInitHint (int hint, int value) |
Sets the specified init hint to the desired value. More... | |
GLFWAPI void | glfwGetVersion (int *major, int *minor, int *rev) |
Retrieves the version of the GLFW library. More... | |
GLFWAPI const char * | glfwGetVersionString (void) |
Returns a string describing the compile-time configuration. More... | |
GLFWAPI int | glfwGetError (const char **description) |
Returns and clears the last error for the calling thread. More... | |
GLFWAPI GLFWerrorfun | glfwSetErrorCallback (GLFWerrorfun cbfun) |
Sets the error callback. More... | |
Variables | |
_GLFWlibrary | _glfw = { GLFW_FALSE } |
float _glfw_fmaxf | ( | float | a, |
float | b | ||
) |
float _glfw_fminf | ( | float | a, |
float | b | ||
) |
char * _glfw_strdup | ( | const char * | source | ) |
void _glfwInputError | ( | int | code, |
const char * | format, | ||
... | |||
) |
_GLFWlibrary _glfw = { GLFW_FALSE } |