587ae25b84177c5af73d1794bba555c6643b39bd
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

1) /* Blinker
2)    Copyright 2011 Stefan Schuermans <stefan@blinkenarea.org>
3)    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
4)    a blinkenarea.org project */
5) 
Stefan Schuermans namespace for preprocessor...

Stefan Schuermans authored 12 years ago

6) #ifndef BLINKER_FORMATFILE_H
7) #define BLINKER_FORMATFILE_H
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

8) 
9) #include "Format.h"
10) #include "SettingFile_impl.h"
11) 
12) namespace Blinker {
13) 
14) /// setting file containting frame format
15) typedef SettingFile<Format> FormatFile;
16) 
17) } // namespace Blinker
18) 
Stefan Schuermans namespace for preprocessor...

Stefan Schuermans authored 12 years ago

19) #endif // #ifndef BLINKER_FORMATFILE_H