mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-07 03:12:36 +01:00
Fixed rwbinarystream imports
This commit is contained in:
parent
f510a274a0
commit
1640d3b8c3
@ -2,6 +2,9 @@
|
|||||||
#define _RWBINARYSTREAM_H_
|
#define _RWBINARYSTREAM_H_
|
||||||
#include "gtfwpre.h"
|
#include "gtfwpre.h"
|
||||||
|
|
||||||
|
#include <cstddef>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file rwbinarystream.h
|
* @file rwbinarystream.h
|
||||||
* Contains the structs for the shared Render Ware binary stream data.
|
* Contains the structs for the shared Render Ware binary stream data.
|
||||||
|
Loading…
Reference in New Issue
Block a user