1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02: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_
#include "gtfwpre.h"
#include <cstddef>
#include <cassert>
/**
* @file rwbinarystream.h
* Contains the structs for the shared Render Ware binary stream data.