You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
287 B
C
12 lines
287 B
C
#ifndef XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741
|
|
#define XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER > 1000 */
|
|
|
|
int xc_cacher_startup_module();
|
|
void xc_cacher_disable();
|
|
|
|
#endif /* XC_CACHER_H_1CADCD7E46ABC70014D0766CE97B9741 */
|