Classes | Defines | Variables

src/cannonball/src/Gui.cpp File Reference

#include "main.h"

Go to the source code of this file.

Classes

struct  BMP_SIGNATURE
struct  BITMAP_FILEHEADER
struct  BITMAP_HEADER
struct  RGBA
struct  BGRA
struct  BGR
struct  BGR16

Defines

#define BITMAP_FILEHEADER_SIZE   14
#define SAVEEXIT(rs)

Variables

const BMP_SIGNATURE bmpSignature
const unsigned short int BITMAP_SIGNATURE = bmpSignature.s

Define Documentation

#define BITMAP_FILEHEADER_SIZE   14

Definition at line 436 of file Gui.cpp.

#define SAVEEXIT (   rs  ) 
Value:
{\
                if(file){fclose(file);file=0;}\
                SAVEFREE(m_BitmapData);\
                SAVEFREE(Line);\
                return rs;}

Variable Documentation

const unsigned short int BITMAP_SIGNATURE = bmpSignature.s

Definition at line 427 of file Gui.cpp.

Definition at line 426 of file Gui.cpp.