1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-23 11:52:59 +02:00

13 lines
161 B
C
Raw Normal View History

#ifndef ENUM_H
#define ENUM_H
#include <stable.h>
namespace jop {
2017-01-02 15:04:27 +01:00
enum Table { UndefinedTable, FoldersTable, NotesTable, ChangesTable };
}
#endif // ENUM_H