mirror-ac/test/driver/framework.hpp

9 lines
67 B
C++
Raw Normal View History

2024-01-11 10:16:55 +01:00
#include "common.hpp"
namespace framework
{
class state
{
};
}