Included some testsuite into qtmain and updated travis file to try to use it.
This commit is contained in:
@@ -8,7 +8,7 @@ A class for very simple menus structure
|
||||
#include <JGui.h>
|
||||
#include "WFont.h"
|
||||
#include "hge/hgeparticle.h"
|
||||
|
||||
#include "WResourceManager.h"
|
||||
#include "WResource_Fwd.h"
|
||||
|
||||
class SimpleMenu: public JGuiController
|
||||
@@ -37,7 +37,7 @@ private:
|
||||
public:
|
||||
bool autoTranslate;
|
||||
bool isMultipleChoice;
|
||||
SimpleMenu(JGE*, int id, JGuiListener* listener, int fontId, float x, float y, const char * _title = "", int _maxItems = 7, bool centerHorizontal = true, bool centerVertical = true);
|
||||
SimpleMenu(JGE*, WResourceManager*, int id, JGuiListener* listener, int fontId, float x, float y, const char * _title = "", int _maxItems = 7, bool centerHorizontal = true, bool centerVertical = true);
|
||||
virtual ~SimpleMenu();
|
||||
virtual void Render();
|
||||
virtual bool CheckUserInput(JButton key);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
/*
|
||||
This file was auto-generated by ant build script on Sun, 06-May-2012 11::58:10
|
||||
This file was auto-generated by ant build script on Sat, 26-Oct-2013 23::59:07
|
||||
To make changes please edit the ant build script, otherwise your changes will be lost
|
||||
|
||||
Author: Michael Nguyen
|
||||
@@ -13,7 +13,7 @@ Author: Michael Nguyen
|
||||
/* Wagic versions */
|
||||
#define WAGIC_VERSION_MAJOR 0
|
||||
#define WAGIC_VERSION_MEDIUM 19
|
||||
#define WAGIC_VERSION_MINOR 0
|
||||
#define WAGIC_VERSION_MINOR 1
|
||||
|
||||
#define VERSION_DOT(a, b, c) a ##.## b ##.## c
|
||||
#define VERSION_WITHOUT_DOT(a, b, c) a ## b ## c
|
||||
|
||||
Reference in New Issue
Block a user