#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "FileHandler.hpp"
#include "ft2build.h"
#include "version.h"
#include "Resources/Resource.h"
#include "Audio/Audio.hpp"
#include "Graphics/Graphics.hpp"
#include "System/System.hpp"
#include "Window/Window.hpp"
#include "Scene/Scene.hpp"
Go to the source code of this file.
|
| #define | min(x, y) ((x)<(y)?(x):(y)) |
| |
| #define | max(x, y) ((x)>(y)?(x):(y)) |
| |
| #define max |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)>(y)?(x):(y)) |
| #define min |
( |
|
x, |
|
|
|
y |
|
) |
| ((x)<(y)?(x):(y)) |