1 2 3 4 5 6 7 8 9 10 11
#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"