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