1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-01-17 13:18:22 +01:00
tinyraycaster/tinyraycaster.h
Dmitry V. Sokolov 152b477820 SDL window
2019-02-10 08:07:41 +01:00

8 lines
203 B
C++

#ifndef TINYRAYCASTER_H
#define TINYRAYCASTER_H
void render(FrameBuffer &fb, Map &map, Player &player, std::vector<Sprite> &sprites, Texture &tex_walls, Texture &tex_monst);
#endif // TINYRAYCASTER_H