mirror of
https://github.com/tribes2/engine.git
synced 2026-01-19 19:24:45 +00:00
16 lines
373 B
C
16 lines
373 B
C
//-----------------------------------------------------------------------------
|
|
// V12 Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#ifndef _PPCUTILLS_H_
|
|
#define _PPCUTILLS_H_
|
|
|
|
|
|
void ppcGetWorkingDirectory();
|
|
|
|
|
|
#endif // _H_PPCUTILS_
|