9 lines
93 B
C++
9 lines
93 B
C++
|
#ifndef __SCHEMA_HPP
|
||
|
#define __SCHEMA_HPP
|
||
|
|
||
|
class Schema
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // __SCHEMA_HPP
|