Changed: Include stdopengl.h in Objective-C files

hg/feature/gsoc2012-fabien
kervala 13 years ago
parent f6c77399a9
commit 07dd298ed2

@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../stdopengl.h"
#include "../driver_opengl.h" #include "../driver_opengl.h"
#include "cocoa_application_delegate.h" #include "cocoa_application_delegate.h"

@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../stdopengl.h"
#include "../driver_opengl.h" #include "../driver_opengl.h"
#import "cocoa_opengl_view.h" #import "cocoa_opengl_view.h"

@ -14,6 +14,7 @@
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "../stdopengl.h"
#include "../driver_opengl.h" #include "../driver_opengl.h"
#import "cocoa_window_delegate.h" #import "cocoa_window_delegate.h"

Loading…
Cancel
Save