How'd that get there?
This commit is contained in:
@@ -11,13 +11,6 @@
|
|||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* nonstandard extension used : nameless struct/union
|
|
||||||
* It is, in fact, nonstandard. G++ 3.x can handle it. 2.95.x can not. XXX */
|
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#pragma warning (push)
|
|
||||||
#pragma warning (disable : 4201)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct PlayerOptions
|
struct PlayerOptions
|
||||||
{
|
{
|
||||||
PlayerOptions() { Init(); };
|
PlayerOptions() { Init(); };
|
||||||
|
|||||||
Reference in New Issue
Block a user