Skip to content

Commit

Permalink
Merge pull request citizenfx#16 from Disquse/rdr3-typedefs
Browse files Browse the repository at this point in the history
Add typedefs for RDR3
  • Loading branch information
blattersturm authored Mar 26, 2023
2 parents a859df4 + 0889f5c commit a8f791b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions c_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ typedef int TaskSequence;
typedef int ColourIndex;
typedef int Sphere;
typedef int ScrHandle;
typedef int ItemSet;
typedef int AnimScene;
typedef int PersChar;
typedef int PopZone;
typedef int Prompt;
typedef int PropSet;
typedef int Volume;

typedef struct
{
Expand Down

0 comments on commit a8f791b

Please sign in to comment.