mirror of https://github.com/axmolengine/axmol.git
ActionsProgress test include fixes
This commit is contained in:
parent
06be466f29
commit
b51b04f315
|
@ -111,7 +111,6 @@ THE SOFTWARE.
|
||||||
|
|
||||||
-(int) getWidth;
|
-(int) getWidth;
|
||||||
-(int) getHeight;
|
-(int) getHeight;
|
||||||
-(void) swapBuffers;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
#endif // __EAGLVIEW_MAC_H__
|
#endif // __EAGLVIEW_MAC_H__
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef _ACTIONS__PROGRESS_TEST_H_
|
#ifndef _ACTIONS__PROGRESS_TEST_H_
|
||||||
#define _ACTIONS_PROGRESS_TEST_H_
|
#define _ACTIONS__PROGRESS_TEST_H_
|
||||||
|
|
||||||
#include "../testBasic.h"
|
#include "../testBasic.h"
|
||||||
#include "../BaseTest.h"
|
#include "../BaseTest.h"
|
||||||
|
@ -99,4 +99,4 @@ public:
|
||||||
virtual void runThisTest();
|
virtual void runThisTest();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // _ACTIONS__PROGRESS_TEST_H_
|
||||||
|
|
Loading…
Reference in New Issue