You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef COREDATA_H
|
|
|
|
#define COREDATA_H
|
|
|
|
|
|
|
|
class User;
|
|
|
|
class Permission;
|
|
|
|
class Role;
|
|
|
|
|
|
|
|
#include "user.h"
|
|
|
|
#include "role.h"
|
|
|
|
#include "permission.h"
|
|
|
|
|
|
|
|
#endif // COREDATA_H
|
|
|
|
|