mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-17 18:01:13 +00:00
7 lines
146 B
C
7 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; }
|
||
|
|