10 lines
275 B
C
10 lines
275 B
C
|
#ifndef NULLSOFT_GEN_HOTKEYS_API_H
|
||
|
#define NULLSOFT_GEN_HOTKEYS_API_H
|
||
|
|
||
|
#include "api/service/api_service.h"
|
||
|
#include "../Agave/Language/api_language.h"
|
||
|
|
||
|
#include <api/application/api_application.h>
|
||
|
#define WASABI_API_APP applicationApi
|
||
|
|
||
|
#endif // !NULLSOFT_GEN_HOTKEYS_API_H
|