mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
daf77e55f7
Much of this commit will have to be undone later, once the texture manager becomes available.
6 lines
146 B
C
6 lines
146 B
C
#pragma once
|
|
|
|
// just a dummy to avoid editing other files.
|
|
|
|
inline int V_GetColor(const void *m, const char *, void * a= nullptr) { return 0; }
|
|
|