-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engine: moved runtime functions out of CharacterInfo class
These are part of a very old refactor attempt to bring functionality inside a "Character" class. But this refactor stopped at early stage, leaving these methods inconveniently part of a CharacterInfo struct and Common lib, where they are not supposed to be at all, complicate CharacterInfo and add unnecessary dependency. Ideally these should become methods of a runtime "Character" class, but since we don't have atm, redefine these as global functions again, and pass CharacterInfo as an argument.
- Loading branch information
1 parent
11b7da0
commit caf5850
Showing
5 changed files
with
194 additions
and
183 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
Oops, something went wrong.