Allow linking against system libraries for almost everything (#1790)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define LOADING_WINDOW_H
|
||||
|
||||
#include <string>
|
||||
#include "global.h"
|
||||
|
||||
struct RageSurface;
|
||||
/** @brief Opens and displays the loading banner. */
|
||||
@@ -33,7 +34,7 @@ protected:
|
||||
* @author Glenn Maynard (c) 2002-2004
|
||||
* @section LICENSE
|
||||
* All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the
|
||||
* "Software"), to deal in the Software without restriction, including
|
||||
@@ -43,7 +44,7 @@ protected:
|
||||
* copyright notice(s) and this permission notice appear in all copies of
|
||||
* the Software and that both the above copyright notice(s) and this
|
||||
* permission notice appear in supporting documentation.
|
||||
*
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#define LOADING_WINDOW_MACOSX_H
|
||||
|
||||
#include "LoadingWindow.h"
|
||||
#include "global.h"
|
||||
/** @brief Loading window for Mac OS X. */
|
||||
class LoadingWindow_MacOSX : public LoadingWindow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user