Clarified a documentation statement about circular references.

Change-Id: I8f3c50085f89037995ab9f26b28d3c83667e9d6f
This commit is contained in:
Wouter van Oortmerssen
2014-08-18 13:49:00 -07:00
parent cdb0dca39d
commit 8c5d7f7dea
2 changed files with 3 additions and 2 deletions

View File

@@ -159,7 +159,8 @@ Unions share a lot with enums.
struct Vec3;
struct Monster;
Predeclare all datatypes since there may be circular references.
Predeclare all data types since circular references between types are allowed
(circular references between object are not, though).
MANUALLY_ALIGNED_STRUCT(4) Vec3 {
private: