-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Yash Pandey (YP) <yash.btech.cs19@iiitranchi.ac.in>
- Loading branch information
1 parent
32bfa27
commit 016794f
Showing
12 changed files
with
8,895 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// | ||
// Created by Yash Pandey on 08/08/21. | ||
// | ||
|
||
#ifndef CASBIN_CPP_CASBIN_H | ||
#define CASBIN_CPP_CASBIN_H | ||
|
||
#include "casbin_enforcer.h" | ||
#include "casbin_helpers.h" | ||
#include "casbin_types.h" | ||
#include "duktape/duktape.h" | ||
#include "duktape/duk_config.h" | ||
|
||
#endif //CASBIN_CPP_CASBIN_H |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.