9 lines
166 B
C
9 lines
166 B
C
|
#ifndef __WASABI_API_H
|
||
|
#define __WASABI_API_H
|
||
|
|
||
|
#include <api/service/api_service.h>
|
||
|
extern api_service *serviceManager;
|
||
|
#define WASABI_API_SVC serviceManager
|
||
|
|
||
|
#endif
|