mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-16 11:14:17 +00:00
Create Rust Project
This commit is contained in:
15
Source/TribuFu.rs
Normal file
15
Source/TribuFu.rs
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) TribuFu. All Rights Reserved
|
||||
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
pub mod Account;
|
||||
pub mod Friends;
|
||||
pub mod Matchmaking;
|
||||
pub mod Messages;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn Hello() -> i32 {
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user