gameui

diff include/button.h @ 4:e0916bb20b7f

changed the name to goatkit
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 21 Mar 2014 21:45:37 +0200
parents f1014234dece
children 5a84873185ff
line diff
     1.1 --- a/include/button.h	Fri Mar 21 03:37:16 2014 +0200
     1.2 +++ b/include/button.h	Fri Mar 21 21:45:37 2014 +0200
     1.3 @@ -1,9 +1,9 @@
     1.4 -#ifndef GAMEUI_BUTTON_H_
     1.5 -#define GAMEUI_BUTTON_H_
     1.6 +#ifndef GOATKIT_BUTTON_H_
     1.7 +#define GOATKIT_BUTTON_H_
     1.8  
     1.9  #include "widget.h"
    1.10  
    1.11 -namespace gameui {
    1.12 +namespace goatkit {
    1.13  
    1.14  struct ButtonImpl;
    1.15  
    1.16 @@ -16,6 +16,6 @@
    1.17  	virtual ~Button();
    1.18  };
    1.19  
    1.20 -}
    1.21 +}	// namespace goatkit
    1.22  
    1.23 -#endif	// GAMEUI_BUTTON_H_
    1.24 +#endif	// GOATKIT_BUTTON_H_