styles.h00001 // $Id: styles.h,v 1.1.1.1 2003/06/24 15:33:13 sjcomp Exp $ 00002 // Copyright (c) 2003, Alexander Shyrokov aka SJ 00003 // E-mail: sjcomp[@]users.sourceforge.com 00004 // Web: http://sjgui.sourceforge.net 00005 // 00006 // This code is under BSD license agreement. 00007 // 00008 // Alexander Shyrokov makes no representations about the suitability of this software 00009 // for any purpose. It is provided "AS IS" without express or implied warranty. 00010 00011 // This file includes all styles defined in the program 00012 00013 #if !defined(SJGUI_STYLES_H_INCLUDED) 00014 #define SJGUI_STYLES_H_INCLUDED 00015 00016 #include "classic.h" 00017 #include "modern.h" 00018 00047 namespace sjgui 00048 { 00049 using namespace SJGUI_USE_STYLE; 00050 00051 } // namespace sjgui 00052 00053 #endif // !defined(SJGUI_STYLES_H_INCLUDED) |
|
Last modified: