Changed: Include stdopengl.h in Objective-C files

This commit is contained in:
kervala 2012-05-12 20:55:58 +02:00
parent f6c77399a9
commit 07dd298ed2
3 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"