#ifndef PL_INLINED_H
#define PL_INLINED_H

#include "V8Context.h"

void pl_register_inlined_functions(V8Context* ctx);

#endif