blob: 96ec08dcb3ecdf8b847c8722c17c3530083340c9 [file] [log] [blame] [edit]
#pragma once
#ifndef WEBGL_APICALL
#ifdef __cplusplus
#define WEBGL_APICALL extern "C"
#else
#define WEBGL_APICALL
#endif
#endif