initial c to java port package cleanup, WCF func adjust

This commit is contained in:
Sen 2025-03-11 10:26:48 +01:00
parent 6c59ca5d73
commit 2d1df55e65
330 changed files with 397 additions and 8199 deletions

View file

@ -1,11 +1,11 @@
package game.renderer.layers;
import game.ExtMath;
import game.WCF;
import game.entity.npc.EntityNPC;
import game.renderer.GlState;
import game.renderer.entity.RenderHumanoid;
import game.renderer.model.ModelRenderer;
import game.util.ExtMath;
import game.window.WCF;
public class LayerCape implements LayerRenderer<EntityNPC>
{