OpenMoHAA 0.82.0
Loading...
Searching...
No Matches
CellConfiguration.h
1/* [SCE CONFIDENTIAL DOCUMENT]
2 * PLAYSTATION(R)3 SPU Optimized Bullet Physics Library (http://bulletphysics.com)
3 * Copyright (C) 2007 Sony Computer Entertainment Inc.
4 * All Rights Reserved.
5 */
6
7#ifndef __CELL_CONFIGURATION_H
8#define __CELL_CONFIGURATION_H
9
10#undef SCE_CONTROL_CONSOLE
11
12#ifdef WIN32
13#define EXPORT_SYM __declspec( dllexport )
14#else
15#define EXPORT_SYM
16#endif
17
18#endif