mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
18 lines
229 B
C
18 lines
229 B
C
#ifndef __WEBSERVICESCORE__
|
|
#define __WEBSERVICESCORE__
|
|
|
|
#ifndef __COREFOUNDATION__
|
|
#include <CoreFoundation.h>
|
|
#endif
|
|
|
|
|
|
#ifndef __WSMETHODINVOCATION__
|
|
#include <WSMethodInvocation.h>
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#endif /* __WEBSERVICESCORE__ */
|
|
|