mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
5 lines
157 B
C
5 lines
157 B
C
#pragma once
|
|
|
|
void VECNormalize(float vec[3]);
|
|
void ApplyModelview(float *out, const float *in);
|
|
void NormalTransform(float *out, const float *in);
|