1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-09-02 18:33:05 +02:00

Make it compile on gcc 6.3.0 (size_t error)

This commit is contained in:
Maxime Vincent
2019-02-16 18:53:00 +00:00
parent 339a3ea8cf
commit 9b4f8fcd8e

View File

@@ -2,6 +2,7 @@
#define FRAMEBUFFER_H
#include <cstdint>
#include <cstdlib>
#include <vector>
struct FrameBuffer {