-
Notifications
You must be signed in to change notification settings - Fork 1
/
cocoa_helpers.h
28 lines (25 loc) · 1.08 KB
/
cocoa_helpers.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* vim: set ts=4 :
* =============================================================================
* Source Dedicated Server Wrapper for Mac OS X
* Copyright (C) 2011 Scott "DS" Ehlert. All rights reserved.
* =============================================================================
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, version 3.0, as published by the
* Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#ifndef _INCLUDE_SRCDS_OSX_COCOA_HELPERS_H_
#define _INCLUDE_SRCDS_OSX_COCOA_HELPERS_H_
/* Get absolute path to Steam.app */
bool GetSteamPath(char *buf, size_t len);
#endif // _INCLUDE_SRCDS_OSX_COCOA_HELPERS_H_