BlinkenArea - GitList
Repositories
Blog
Wiki
BlinkenLib
Code
Commits
Branches
Tags
Search
Tree:
39cca2f
Branches
Tags
master
v0.1
v0.2
v0.3
v0.3.1
v0.4
v0.4.1
v0.5
v0.5.1
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.6.7
v0.6.8
v0.6.9
v0.7.0
v0.7.1
v0.7.10
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.7.9
v0.8.0
v0.8.1
BlinkenLib
BlinkenLib
BlinkenMng.h
cleanup file headers after breakage caused by automatic reformatting
Stefan Schuermans
commited
39cca2f
at 2011-10-23 11:41:41
BlinkenMng.h
Blame
History
Raw
/* BlinkenLib Copyright 2004-2011 Stefan Schuermans <stefan@blinkenarea.org> Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html a blinkenarea.org project */ #ifndef INC_BlinkenLib_BlinkenMng #define INC_BlinkenLib_BlinkenMng #include <BlinkenLib/config.h> #include <BlinkenLib/BlinkenFrame.h> #include <BlinkenLib/BlinkenMovie.h> #ifndef BLINKENLIB_CFG_MNG #error This file is to be used for MNG support only. #endif // #ifndef BLINKENLIB_CFG_MNG #ifdef __cplusplus extern "C" { #endif stBlinkenMovie *BlinkenMngLoad(const char *pFilename); int BlinkenMngSave(stBlinkenMovie *pMovie, const char *pFilename); #ifdef __cplusplus } // extern "C" #endif #endif // #ifndef INC_BlinkenLib_BlinkenMng