Some stuff are in the hooks folder, when it's not a hook, just a common function for modding stuff I.e.: ## Packets.c * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Packets.c#L29 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Packets.c#L41 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Packets.c#L58 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Packets.c#L74 ## Rendering.c * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Rendering.c#L9 (this should go to voxlap.c probably?) * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Rendering.c#L99 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Rendering.c#L109 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Rendering.c#L117 * https://github.com/DryByte/aos.dll/blob/main/Source/Hooks/Rendering.c#L165 (this will be dropped to a real menu)
Some stuff are in the hooks folder, when it's not a hook, just a common function for modding stuff
I.e.:
Packets.c
Rendering.c