2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

RenderLines implementation (missing CLineManager)

This commit is contained in:
2016-02-25 19:45:36 -08:00
parent 425adaf2f3
commit 8dd023e0e8
2 changed files with 20 additions and 7 deletions

View File

@@ -53,6 +53,7 @@ public:
CParticleElectric(const TToken<CElectricDescription>& desc);
void SetupLineGXMaterial();
void RenderLines();
void Update(double);
void Render();