* Fix BlitzSteam.h including uneccessary headers.
* Rename Callback class to BlitzCallback and add state-aware functionality (Register, RegisterResult, automatic unregistering). * Add functionality to delete Long pointers. * Add functionality to create and delete Doubles. * Add memory management functionality. * Reimplement SteamController Wrapper. * Implement SteamHTMLSurface Wrapper. * Fix up Declaration File and make it more descriptive. * Add Blitz Examples and Project.
This commit is contained in:
@@ -32,9 +32,3 @@
|
||||
// Steam
|
||||
#include "SteamworksSDK/public/steam/steam_api.h"
|
||||
#include "SteamworksSDK/public/steam/steam_gameserver.h"
|
||||
|
||||
// Steam Helper Classes and Functions
|
||||
#include "Helpers/BlitzPointer.h"
|
||||
#include "Helpers/Callbacks.h"
|
||||
#include "Helpers/CSteamID.h"
|
||||
#include "Helpers/Helper.h"
|
||||
|
||||
Reference in New Issue
Block a user