add type in tests
This commit is contained in:
14
headers/A_test.hpp
Normal file
14
headers/A_test.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef A_TEST_HPP
|
||||
# define A_TEST_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
struct A_test
|
||||
{
|
||||
std::string title;
|
||||
std::string type;
|
||||
virtual void func() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user