forked from Kaldaien/TBF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for shadow scaling and button mods
- Loading branch information
Showing
18 changed files
with
940 additions
and
508 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,35 @@ | ||
/** | ||
* This file is part of Tales of Berseria "Fix". | ||
* | ||
* Tales of Berseria "Fix" is free software : you can redistribute it | ||
* and/or modify it under the terms of the GNU General Public License | ||
* as published by The Free Software Foundation, either version 3 of | ||
* the License, or (at your option) any later version. | ||
* | ||
* Tales of Berseria "Fix" is distributed in the hope that it will be | ||
* useful, | ||
* | ||
* But WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Tales of Berseria "Fix". | ||
* | ||
* If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
**/ | ||
|
||
#ifndef __TBF__INPUT_H__ | ||
#define __TBF__INPUT_H__ | ||
|
||
namespace tbf | ||
{ | ||
namespace InputFix | ||
{ | ||
void Init (); | ||
void Shutdown (); | ||
}; | ||
}; | ||
|
||
#endif /* __TBF__INPUT_H__ */ |
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
Binary file not shown.
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
Oops, something went wrong.