diff options
Diffstat (limited to 'mp/src/vgui2/chromehtml/html_mac.mm')
| -rw-r--r-- | mp/src/vgui2/chromehtml/html_mac.mm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/mp/src/vgui2/chromehtml/html_mac.mm b/mp/src/vgui2/chromehtml/html_mac.mm index f85f091a..6feb9046 100644 --- a/mp/src/vgui2/chromehtml/html_mac.mm +++ b/mp/src/vgui2/chromehtml/html_mac.mm @@ -1,16 +1,16 @@ -//=========== Copyright Valve Corporation, All rights reserved. ===============//
-//
-// Purpose:
-//=============================================================================//
-
-#include <Cocoa/Cocoa.h>
-
-extern "C" void *CreateAutoReleasePool()
-{
- return [[NSAutoreleasePool alloc] init];
-}
-
-extern "C" void ReleaseAutoReleasePool( void *pool )
-{
- [pool release];
+//=========== Copyright Valve Corporation, All rights reserved. ===============// +// +// Purpose: +//=============================================================================// + +#include <Cocoa/Cocoa.h> + +extern "C" void *CreateAutoReleasePool() +{ + return [[NSAutoreleasePool alloc] init]; +} + +extern "C" void ReleaseAutoReleasePool( void *pool ) +{ + [pool release]; }
\ No newline at end of file |