mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-16 11:14:17 +00:00
Add Premake and FFI Bindings
This commit is contained in:
14
Examples/Cpp/Hello.cpp
Normal file
14
Examples/Cpp/Hello.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "TribuFu.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
extern int32_t Hello();
|
||||
|
||||
int main()
|
||||
{
|
||||
cout << "TribuFu SDK = " << (int)TribuFu::Hello() << "\n";
|
||||
}
|
Reference in New Issue
Block a user