diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-06-02 18:18:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 18:18:38 -0400 |
| commit | f0bad10668e2b9e470f3b1b18ea488239791a87a (patch) | |
| tree | 6382717edc204b826e639f224df2cede02caabd1 /include/command_macros_base.h | |
| parent | 7d476f7c7109035811e29343209c8847b7c8e06c (diff) | |
Update ZAPD to use scene macros, improve texture system and others (#129)
* Fix segments
* add CMD_PTR macro
* macro fixes
* add PolygonDlist2
* Fix XMLs
* I hope this updates ZAPD
* Add ZAPD config files
* remove old structs
* update macro
* Add newline
* update ZAPD?
* update warnings
* update ZAPD
Diffstat (limited to 'include/command_macros_base.h')
| -rw-r--r-- | include/command_macros_base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/command_macros_base.h b/include/command_macros_base.h index 8d0a3917a..c0d2ac4e8 100644 --- a/include/command_macros_base.h +++ b/include/command_macros_base.h @@ -16,4 +16,6 @@ #define CMD_W(a) (a) +#define CMD_PTR(a) (u32)(a) + #endif |
