jdeans289 / icg2

Interface Code Generator 2: Electric Boogaloo
Other
0 stars 2 forks source link

Refactor validate #24

Closed jdeans289 closed 12 months ago

jdeans289 commented 12 months ago

Some of the DataTypes used to take the DataTypeInator as a parameter in the constructor and keep it as a member, and then only ever used it in validate method. Change them to only take DataTypeInator as a const * in validate and not keep it as a member anymore.