Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
EngineInterface.hpp File Reference
#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.

Macros

#define min(x, y)   ((x)<(y)?(x):(y))
 
#define max(x, y)   ((x)>(y)?(x):(y))
 

Macro Definition Documentation

#define max (   x,
 
)    ((x)>(y)?(x):(y))
#define min (   x,
 
)    ((x)<(y)?(x):(y))