src/graphic/video.cpp File Reference

#include "video.h"
#include <string>
#include <iostream>
#include <SDL_endian.h>
#include <SDL_image.h>
#include "../game/config.h"
#include "../tool/error.h"
#include "../tool/i18n.h"
#include "../include/app.h"
#include "../include/constant.h"
#include "../map/camera.h"

Include dependency graph for video.cpp:

Go to the source code of this file.

Functions

bool CompareConfigs (const Point2i &a, const Point2i &b)


Function Documentation

bool CompareConfigs ( const Point2i a,
const Point2i b 
)

Definition at line 63 of file video.cpp.

00064 {
00065   return  (a.x >= b.x) && (a.y >= b.y);
00066 }

Here is the caller graph for this function:


Generated on Mon Jan 1 13:14:16 2007 for Wormux by  doxygen 1.4.7