Skip to content

Commit

Permalink
zEvent.cpp fully matching
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareMan committed Jun 23, 2024
1 parent 7ed7385 commit ef8b023
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def Rel(lib_name: str, objects: List[Object]) -> Dict[str, Any]:
Object(NonMatching, "SB/Game/zEntSimpleObj.cpp"),
Object(NonMatching, "SB/Game/zEntTrigger.cpp"),
Object(Matching, "SB/Game/zEnv.cpp"),
Object(NonMatching, "SB/Game/zEvent.cpp"),
Object(Matching, "SB/Game/zEvent.cpp"),
Object(Matching, "SB/Game/zFeet.cpp"),
Object(Matching, "SB/Game/zFMV.cpp"),
Object(NonMatching, "SB/Game/zFX.cpp"),
Expand Down
Loading

0 comments on commit ef8b023

Please sign in to comment.