13 lines
378 B
C
13 lines
378 B
C
//-----------------------------------------------------------------------------
|
|
// Torque Game Engine
|
|
// Copyright (C) GarageGames.com, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _MACCARBFILEIO_H_
|
|
#define _MACCARBFILEIO_H_
|
|
|
|
// only one exported func at the moment.
|
|
void macGetHomeDirectory(void);
|
|
|
|
#endif // _MACCARBFILEIO_H_
|