Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added standard SDL header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Holmes Futrell committed Jul 22, 2008
1 parent 78d54d6 commit 99eaf0e
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 44 deletions.
25 changes: 19 additions & 6 deletions src/video/uikit/SDL_uikitopengles.h
@@ -1,10 +1,23 @@
/* /*
* SDL_uikitopengles.h SDL - Simple DirectMedia Layer
* iPodSDL Copyright (C) 1997-2006 Sam Lantinga
*
* Created by Holmes Futrell on 5/29/08. This library is free software; you can redistribute it and/or
* Copyright 2008 __MyCompanyName__. All rights reserved. modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/ */


#include "SDL_config.h" #include "SDL_config.h"
Expand Down
25 changes: 19 additions & 6 deletions src/video/uikit/SDL_uikitopengles.m
@@ -1,10 +1,23 @@
/* /*
* SDL_uikitopengles.c SDL - Simple DirectMedia Layer
* iPodSDL Copyright (C) 1997-2006 Sam Lantinga
*
* Created by Holmes Futrell on 5/29/08. This library is free software; you can redistribute it and/or
* Copyright 2008 __MyCompanyName__. All rights reserved. modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/ */


#include "SDL_uikitopengles.h" #include "SDL_uikitopengles.h"
Expand Down
29 changes: 21 additions & 8 deletions src/video/uikit/SDL_uikitopenglview.h
@@ -1,11 +1,24 @@
// /*
// EAGLView.h SDL - Simple DirectMedia Layer
// test2 Copyright (C) 1997-2006 Sam Lantinga
//
// Created by Holmes Futrell on 7/11/08. This library is free software; you can redistribute it and/or
// Copyright __MyCompanyName__ 2008. All rights reserved. modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h> #import <OpenGLES/EAGL.h>
Expand Down
30 changes: 21 additions & 9 deletions src/video/uikit/SDL_uikitopenglview.m
@@ -1,12 +1,24 @@
// /*
// EAGLView.m SDL - Simple DirectMedia Layer
// test2 Copyright (C) 1997-2006 Sam Lantinga
//
// Created by Holmes Futrell on 7/11/08. This library is free software; you can redistribute it and/or
// Copyright __MyCompanyName__ 2008. All rights reserved. modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/


#import <QuartzCore/QuartzCore.h> #import <QuartzCore/QuartzCore.h>
#import <OpenGLES/EAGLDrawable.h> #import <OpenGLES/EAGLDrawable.h>
Expand Down
28 changes: 21 additions & 7 deletions src/video/uikit/SDL_uikitview.h
@@ -1,10 +1,24 @@
// /*
// SDL_uikitview.h SDL - Simple DirectMedia Layer
// iPodSDL Copyright (C) 1997-2006 Sam Lantinga
//
// Created by Holmes Futrell on 6/23/08. This library is free software; you can redistribute it and/or
// Copyright 2008 __MyCompanyName__. All rights reserved. modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#include "SDL_stdinc.h" #include "SDL_stdinc.h"
Expand Down
29 changes: 21 additions & 8 deletions src/video/uikit/SDL_uikitview.m
@@ -1,11 +1,24 @@
// /*
// SDL_uikitview.m SDL - Simple DirectMedia Layer
// iPodSDL Copyright (C) 1997-2006 Sam Lantinga
//
// Created by Holmes Futrell on 6/23/08. This library is free software; you can redistribute it and/or
// Copyright 2008 __MyCompanyName__. All rights reserved. modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either

version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Sam Lantinga
slouken@libsdl.org
*/
#import "SDL_uikitview.h" #import "SDL_uikitview.h"


@implementation SDL_uikitview @implementation SDL_uikitview
Expand Down

0 comments on commit 99eaf0e

Please sign in to comment.