BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
0fee1b0
Branches
Tags
master
Blinker
src
noarch
FormatFile.h
implemented specialized setting files for different data types, simplified input/output stream handling in modules
Stefan Schuermans
commited
0fee1b0
at 2011-12-04 20:46:14
FormatFile.h
Blame
History
Raw
/* Blinker Copyright 2011 Stefan Schuermans <stefan@blinkenarea.org> Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html a blinkenarea.org project */ #ifndef FORMATFILE_H #define FORMATFILE_H #include "Format.h" #include "SettingFile_impl.h" namespace Blinker { /// setting file containting frame format typedef SettingFile<Format> FormatFile; } // namespace Blinker #endif // #ifndef FORMATFILE_H