Mercurial > minori
view dep/animia/include/animia.h @ 137:69db40272acd
dep/animia: [WIP] huge refactor
this WILL NOT compile, because lots of code has been changed
and every API in the original codebase has been removed.
note that this api setup is not exactly permanent...
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 10 Nov 2023 13:52:47 -0500 |
parents | eab9e623eb84 |
children | 28842a8d0c6b |
line wrap: on
line source
#ifndef __animia__animia_h #define __animia__animia_h #include "animia/media.h" #include "animia/player.h" namespace animia { } // namespace Animia #endif // __animia__animia_h