raze-gles/source/core/texturemanager.h
Christoph Oelckers daf77e55f7 - fixed compilation.
Much of this commit will have to be undone later, once the texture manager becomes available.
2020-05-23 22:43:04 +02:00

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; }