362c1f4c3b5ce9e3fce11167a51fbe4cdb2174de
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

src/noarch/SizeFile.h  1) /* Blinker
Stefan Schuermans update copyright header

Stefan Schuermans authored 5 years ago

src/common/SizeFile.h  2)    Copyright 2011-2019 Stefan Schuermans <stefan@blinkenarea.org>
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

src/noarch/SizeFile.h  3)    Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html
src/noarch/SizeFile.h  4)    a blinkenarea.org project */
src/noarch/SizeFile.h  5) 
Stefan Schuermans namespace for preprocessor...

Stefan Schuermans authored 12 years ago

src/noarch/SizeFile.h  6) #ifndef BLINKER_SIZEFILE_H
src/noarch/SizeFile.h  7) #define BLINKER_SIZEFILE_H
Stefan Schuermans implemented specialized set...

Stefan Schuermans authored 12 years ago

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

Stefan Schuermans authored 12 years ago

src/noarch/SizeFile.h 19) #endif // #ifndef BLINKER_SIZEFILE_H