eos-sys 0.1.1

Raw FFI bindings to the Epic Online Services (EOS) C SDK.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

// Core platform + interface getters / tick
#include "eos_sdk.h"

// Function APIs we want available in Rust (not just *_types.h)
#include "eos_auth.h"
#include "eos_connect.h"
#include "eos_lobby.h"
#include "eos_p2p.h"
#include "eos_sessions.h"