thelink2012 / modloader

Mod Loader for GTA III, Vice City and San Andreas
MIT License
268 stars 29 forks source link

Abstract over streaming structures #34

Closed thelink2012 closed 8 years ago

thelink2012 commented 9 years ago

We need to build an abstraction over the following structures:

This is because they are, or may be, different on other game versions (i.e. between III, VC and SA), so a good abstraction over the structure ‒ that would at the end modify or fetch the real structure ‒ would be great.

This is important for the implementation of #25 and #33.

thelink2012 commented 8 years ago

Okay, that'll do it.

quiret commented 8 years ago

Cool work :) I find your work on the streaming structures inspiring.

thelink2012 commented 8 years ago

Thanks :D