From: Nick Bowler Date: Fri, 25 Mar 2011 14:59:44 +0000 (-0400) Subject: engine: Start using GOB2 to generate GObject classes. X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/commitdiff_plain/6df203a00536662101ec4a4275ec84baa7527d79?hp=6df203a00536662101ec4a4275ec84baa7527d79 engine: Start using GOB2 to generate GObject classes. GOB2 allows us to eliminate a lot of boilerplate. Unfortunately, current versions of GOB2 don't directly support dynamic types, so you will need a patched version of GOB2 as of this writing. For now, just the Palette class is built using GOB2. ---