65
edits
(Remove obsolete bit about CruisE only running on LE systems / requiring alignment.) |
|||
Line 389: | Line 389: | ||
The CruisE engine also started out as an external project by [[User:Yazoo|Yaz0r]]. Originally it was written in plain C. | The CruisE engine also started out as an external project by [[User:Yazoo|Yaz0r]]. Originally it was written in plain C. | ||
ScummVM is a C++ project, so we need to objectify this engine without changing/breaking its behavior | ScummVM is a C++ project, so we need to objectify this engine without changing/breaking its behavior. | ||
The engine itself is well-structured, hence many functions/variables which might be good candidates for being grouped together into a C++ class are already grouped by files. | The engine itself is well-structured, hence many functions/variables which might be good candidates for being grouped together into a C++ class are already grouped by files. |
edits