diff --git a/src/amo.cpp b/src/amo.cpp index 4392c15..20489f8 100644 --- a/src/amo.cpp +++ b/src/amo.cpp @@ -5,6 +5,22 @@ #include #include +/* + * This is unfinished and janky as shit. You have been warned. + * + * Currently values are parsed into temporary structs until we + * figure out what to do with them. The animation parsing is + * particularly fucked right now. There's plans to do more + * cleanup later when we throw this all at the game engine. + * + * I hope for us to be able to load the chicken into the + * engine soon. + * + * - Maxine Hayes + * + * p.s perhaps stringers are a good idea for exporting. + */ + struct Frame { int id; std::vector n;