mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Add an include guard on the slider header.
This commit is contained in:
parent
785e44eb47
commit
937af3a56d
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@ You should have received a copy of the GNU General Public License
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __BBGE_SLIDER__
|
||||
#define __BBGE_SLIDER__
|
||||
|
||||
#include "Quad.h"
|
||||
|
||||
class Slider : public RenderObject
|
||||
|
@ -54,3 +58,4 @@ protected:
|
|||
void onUpdate(float dt);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue