View Single Post
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 01-08-2014 , 15:09   Re: [ANY] SteamWorks
Reply With Quote #35

Quote:
Originally Posted by KorDen View Post
Looks like you don't have .inc file on github.
Indeed. The Pawn interface may change dramatically if there's a request for a certain style of natives. If we're just mimicking SteamTools, what is present seems sane.
Quote:
Originally Posted by KorDen View Post
I have a question: which results can be in forwards? I think that copy entire EResult enum to .inc isn't a best way, because there are many states not related to the servers...
EResult is a generic enum that's used. I think what it's going to end up as is a folder containing a bunch of incs. Then you just include what you want/need (#include <steamworks/http>). EResult is used with a bunch of callbacks, it would probably be wise to preserve it.
KyleS is offline