On 12/7/2023 9:17 PM, Ki Rill wrote:
This is amazing!

All in a day's work!

It should solve the disappearing of enum-like definitions in code. I encountered this in Raylib. It has colors defined as macros:

```c
#define WHITE (Color){255, 255, 255, 255}
```

I preprocessed the file and all color definitions were gone. I had to redefine them manually.

Give it a try, it should work now!

Reply via email to