Herunterladen als
root/src/tableschema.h.autosave @ 4d58ef6a
#ifndef TABLESCHEMA_H
|
|
#define TABLESCHEMA_H
|
|
|
|
namespace CuteEntityManager {
|
|
|
|
class TableSchema {
|
|
public:
|
|
TableSchema();
|
|
~TableSchema();
|
|
|
|
|
|
|
|
};
|
|
|
|
}
|
|
#endif // TABLESCHEMA_H
|