ODE/src/display_engine.h

10 lines
242 B
C

#ifndef _DISPLAY_ENGINE_H
#define _DISPLAY_ENGINE_H
#include <gint/display.h>
#include "map.h"
// display_map : show the current map with x, y offsets
void display_map(const int x_offset, const int y_offset);
#endif /* _DISPLAY_ENGINE_H */