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