#include <stdio.h>
#include <iostream>
#include <stdlib.h>
#include <string>
#include <stddef.h>
#include <unistd.h>
#include "SDL.h"
#include "misc.h"
#include "screen.h"
#include "bgentity.h"
Go to the source code of this file.
Classes | |
class | BGDraw |
Defines | |
#define | BGDRAW_DEBUG 0 |
#define BGDRAW_DEBUG 0 |
Definition at line 31 of file bgdraw.h.
Referenced by BGDraw::initialize(), BGDraw::set_display(), and BGDraw::set_size().