13 lines
172 B
C++
13 lines
172 B
C++
|
#ifdef __EMSCRIPTEN__
|
||
|
#include <emscripten/bind.h>
|
||
|
using namespace emscripten;
|
||
|
#endif
|
||
|
|
||
|
#include "powders.h"
|
||
|
|
||
|
|
||
|
#ifdef __EMSCRIPTEN__
|
||
|
EMSCRIPTEN_BINDINGS(powders) {
|
||
|
}
|
||
|
#endif
|