This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some tweaks + started working on 2d effect plugin
- Loading branch information
Showing
30 changed files
with
1,366 additions
and
254 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
#pragma once | ||
|
||
typedef int CRoadsignAttrFlags; | ||
|
||
class C2dEffect | ||
{ | ||
public: | ||
static bool PluginAttach(); | ||
* Roadsign_GetNumLettersFromFlags(CRoadsignAttrFlags) | ||
* Roadsign_GetNumLinesFromFlags(CRoadsignAttrFlags) | ||
* Roadsign_GetPaletteIDFromFlags(CRoadsignAttrFlags) | ||
* Shutdown() | ||
size_t Roadsign_GetNumLettersFromFlags(CRoadsignAttrFlags flags); | ||
size_t Roadsign_GetNumLinesFromFlags(CRoadsignAttrFlags flags); | ||
size_t Roadsign_GetPaletteIDFromFlags(CRoadsignAttrFlags flags); | ||
void Shutdown(); | ||
protected: | ||
private: | ||
}; |
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
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.