mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-22 11:41:08 +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; }
|
||
|
|