I have added the headers and source files for the RGSS classes in ARC. I have added them under the zer0::RGSS namespace because our final implementations of those classes will be different in the end.
I will have to implement some of the tricky classes (and later you guys), but for now you guys can already sit down and work on the basic classes if you want. The following classes need to be implemented:
- Color
- Font
- Rect
- RGSSError
- Table
- Tone
I have declared that some of those classes already use existing implementations in April & Friends so in those cases you only have to interface the already existing functionality and extend them with RGSS's additional stuff. Refer to the headers of the already existing classes.
Note: Even though Tone has nothing to do with Color, I think that we should use the april::Color class because it's already there.