mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-17 00:21:07 +00:00
Generate native bindings from rust crate
This commit is contained in:
parent
738f9c947b
commit
6ab490ce07
37 changed files with 1112 additions and 23 deletions
7
include/tribufu/prelude.h
Normal file
7
include/tribufu/prelude.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <tribufu/macros.h>
|
||||
#include <tribufu/platform.h>
|
||||
#include <tribufu/std.h>
|
||||
Loading…
Add table
Add a link
Reference in a new issue