cButton Texture Generate

This commit is contained in:
2018-08-30 09:16:39 -04:00
parent 30416b0334
commit 335166ea00
24 changed files with 163 additions and 174 deletions
+5 -5
View File
@@ -5,8 +5,8 @@
class UTest {
private:
UTest( UTest & ); // no copy constructor
UTest operator = ( UTest & ); // no assignment operator
UTest( UTest & ); /// no copy constructor
UTest operator = ( UTest & ); /// no assignment operator
UTest(){}
public:
static const char* version() { return __UTest_VERSION; }
@@ -27,8 +27,8 @@ private:
static const char* sp_pstr; /*= "pass";*/
static const char* sp_fstr; /*= "fail";*/
static unsigned long int s_pass; //= 0
static unsigned long int s_fail; //= 0
static unsigned long int s_pass; ///= 0
static unsigned long int s_fail; ///= 0
};
#endif // __UTEST__
#endif /// __UTEST__