背景和头像缺失
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef __DATAVISITOR_TEST_H__
|
||||
#define __DATAVISITOR_TEST_H__
|
||||
|
||||
#include "../BaseTest.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
DEFINE_TEST_SUITE(DataVisitorTests);
|
||||
|
||||
class PrettyPrinterDemo : public TestCase
|
||||
{
|
||||
public:
|
||||
CREATE_FUNC(PrettyPrinterDemo);
|
||||
virtual std::string title() const override;
|
||||
virtual std::string subtitle() const override;
|
||||
virtual void onEnter() override;
|
||||
void addSprite();
|
||||
protected:
|
||||
std::string _title;
|
||||
};
|
||||
|
||||
|
||||
#endif // __DATAVISITOR_TEST_H__
|
||||
Reference in New Issue
Block a user