Files
FC1/RenderDll/XRenderOGL/state_to_nvparse_text.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

16 lines
168 B
C

#ifndef STATE_TO_NVPARSE_TEXT_H
#define STATE_TO_NVPARSE_TEXT_H
#ifdef __cplusplus
extern "C" {
#endif
char * state_to_rc10 ();
#ifdef __cplusplus
}
#endif
#endif