mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
9 lines
139 B
C
9 lines
139 B
C
|
|
#pragma once
|
|
|
|
extern Color rasca[2];
|
|
|
|
void DoLights(const Vertex *v);
|
|
|
|
void SetupVertexShaders();
|
|
void ReloadVertexShaders();
|