mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Add wren.hpp.
This commit is contained in:
11
src/include/wren.hpp
Normal file
11
src/include/wren.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef wren_hpp
|
||||
#define wren_hpp
|
||||
|
||||
// This is a convenience header for users that want to compile Wren as C and
|
||||
// link to it from a C++ application.
|
||||
|
||||
extern "C" {
|
||||
#include "wren.h"
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user