1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-07-31 11:20:12 +02:00

Merge pull request #10 from maximevince/master

Make it compile on gcc 6.3.0 (size_t error)
This commit is contained in:
Dmitry V. Sokolov
2019-02-16 23:55:22 +01:00
committed by GitHub

View File

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