Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
init.c File Reference
#include "internal.h"
#include "mappings.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
+ Include dependency graph for init.c:
+ This graph shows which files directly or indirectly include this file:

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 }
 

Function Documentation

◆ _glfw_fmaxf()

float _glfw_fmaxf ( float  a,
float  b 
)

Definition at line 141 of file init.c.

+ Here is the caller graph for this function:

◆ _glfw_fminf()

float _glfw_fminf ( float  a,
float  b 
)

Definition at line 129 of file init.c.

+ Here is the caller graph for this function:

◆ _glfw_strdup()

char * _glfw_strdup ( const char *  source)

Definition at line 121 of file init.c.

+ Here is the caller graph for this function:

◆ _glfwInputError()

void _glfwInputError ( int  code,
const char *  format,
  ... 
)

Definition at line 160 of file init.c.

+ Here is the call graph for this function:

Variable Documentation

◆ _glfw

_GLFWlibrary _glfw = { GLFW_FALSE }

Definition at line 46 of file init.c.