[decomp] minor type cleanup (#874)

* clean up some types

* clean up settings
This commit is contained in:
water111
2021-10-02 11:50:12 -04:00
committed by GitHub
parent cdd7e5bdee
commit 911a8e32a4
31 changed files with 3203 additions and 1309 deletions
+2 -1
View File
@@ -205,4 +205,5 @@
- It is now possible to call a method on a forward declared type. The forward declared type must be a basic.
- Using `->` on a plain `pointer` or `inline-array` now generates an error instead of crashing the compiler
- It is now possible to use a macro to provide a static inline array element definition
- It is now possible to have symbol names that have a `#` in the middle of them
- It is now possible to have symbol names that have a `#` in the middle of them
- `go-hook` now returns the return value of the `enter-state` function it calls