mirror of
https://github.com/tribes2/engine.git
synced 2026-01-19 19:24:45 +00:00
15 lines
426 B
C
15 lines
426 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _MACCARBFILEIO_H_
|
|
#define _MACCARBFILEIO_H_
|
|
|
|
// only one exported func at the moment.
|
|
void macGetHomeDirectory(void);
|
|
|
|
#endif // _MACCARBFILEIO_H_
|