linux source changes, from atani
This commit is contained in:
parent
0ae3482088
commit
484ff0e456
@ -13,7 +13,7 @@
|
|||||||
\brief Definition file for GContainer.
|
\brief Definition file for GContainer.
|
||||||
|
|
||||||
Definition file for GContainer, a barebones widget that can contain child widgets.
|
Definition file for GContainer, a barebones widget that can contain child widgets.
|
||||||
<br>$Id: GewiContainer.h,v 1.6 2003/06/09 03:28:59 cozman Exp $<br>
|
<br>$Id: GewiContainer.h,v 1.7 2003/07/20 03:21:21 cozman Exp $<br>
|
||||||
\author James Turk
|
\author James Turk
|
||||||
**/
|
**/
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ class GContainer : public GWidget
|
|||||||
<strong>reduce</strong> encapsulation. (For those keeping score, this is to many people the only effective use of
|
<strong>reduce</strong> encapsulation. (For those keeping score, this is to many people the only effective use of
|
||||||
friend.)
|
friend.)
|
||||||
**/
|
**/
|
||||||
friend GWidget;
|
friend class Gewi::GWidget;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! List of child widgets assigned to this container.
|
//! List of child widgets assigned to this container.
|
||||||
|
@ -64,4 +64,4 @@ enum _GewiJustify
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //__gewidefines_h__
|
#endif //__gewidefines_h__
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
#include "ZEngine.h"
|
#include "ZEngine.h"
|
||||||
#include "GewiDefines.h"
|
#include "GewiDefines.h"
|
||||||
|
|
||||||
#endif //__gewiincludes_h__
|
#endif //__gewiincludes_h__
|
||||||
|
@ -120,4 +120,4 @@ int main(int argc, char *argv[])
|
|||||||
ZEngine::ReleaseInstance();
|
ZEngine::ReleaseInstance();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
SDLmain.lib
|
SDLmain.lib
|
||||||
OpenGL32.lib
|
OpenGL32.lib
|
||||||
SDL_mixer.lib
|
SDL_mixer.lib
|
||||||
SDL_net.lib
|
|
||||||
SDL_image.lib
|
SDL_image.lib
|
||||||
SDL_ttf.lib
|
SDL_ttf.lib
|
||||||
ZEngineS.lib
|
ZEngineS.lib
|
||||||
|
Loading…
Reference in New Issue
Block a user