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.
14 lines
165 B
C
14 lines
165 B
C
9 years ago
|
#ifndef COREDATA_H
|
||
|
#define COREDATA_H
|
||
|
|
||
|
class User;
|
||
|
class Permission;
|
||
|
class Role;
|
||
|
|
||
|
#include "user.h"
|
||
|
#include "role.h"
|
||
|
#include "permission.h"
|
||
|
|
||
|
#endif // COREDATA_H
|
||
|
|