1
0
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:
Timmy Sjöstedt 2013-07-01 00:21:12 +02:00
parent f510a274a0
commit 1640d3b8c3

View File

@ -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.