Created
May 24, 2020 14:15
-
-
Save magicien/a4c306946e87ebf2edb3832add4c55fc to your computer and use it in GitHub Desktop.
Umbrella file for libEOSSDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <eos_base.h> | |
#import <eos_common.h> | |
#import <eos_achievements.h> | |
#import <eos_achievements_types.h> | |
#import <eos_auth.h> | |
#import <eos_auth_types.h> | |
#import <eos_connect.h> | |
#import <eos_connect_types.h> | |
#import <eos_ecom.h> | |
#import <eos_ecom_types.h> | |
#import <eos_friends.h> | |
#import <eos_friends_types.h> | |
#import <eos_init.h> | |
#import <eos_leaderboards.h> | |
#import <eos_leaderboards_types.h> | |
#import <eos_lobby.h> | |
#import <eos_lobby_types.h> | |
#import <eos_logging.h> | |
#import <eos_metrics.h> | |
#import <eos_metrics_types.h> | |
#import <eos_p2p.h> | |
#import <eos_p2p_types.h> | |
#import <eos_playerdatastorage.h> | |
#import <eos_playerdatastorage_types.h> | |
#import <eos_presence.h> | |
#import <eos_presence_types.h> | |
#import <eos_sdk.h> | |
#import <eos_sessions.h> | |
#import <eos_sessions_types.h> | |
#import <eos_stats.h> | |
#import <eos_stats_types.h> | |
#import <eos_types.h> | |
#import <eos_ui.h> | |
#import <eos_ui_types.h> | |
#import <eos_userinfo.h> | |
#import <eos_userinfo_types.h> | |
#import <eos_version.h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment