mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-01-17 13:18:22 +01:00
8 lines
203 B
C++
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
|
|
|