openmohaa/code/gamespy/common/ps3/SpeexSpursTaskManager/CellConfiguration.h

19 lines
448 B
C
Raw Normal View History

2023-02-04 21:00:01 +01:00
/* [SCE CONFIDENTIAL DOCUMENT]
* PLAYSTATION(R)3 SPU Optimized Bullet Physics Library (http://bulletphysics.com)
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* All Rights Reserved.
*/
#ifndef __CELL_CONFIGURATION_H
#define __CELL_CONFIGURATION_H
#undef SCE_CONTROL_CONSOLE
#ifdef WIN32
#define EXPORT_SYM __declspec( dllexport )
#else
#define EXPORT_SYM
#endif
#endif