mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-08-19 04:12:02 +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:
@@ -2,6 +2,7 @@
|
|||||||
#define FRAMEBUFFER_H
|
#define FRAMEBUFFER_H
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <cstdlib>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
struct FrameBuffer {
|
struct FrameBuffer {
|
||||||
|
Reference in New Issue
Block a user