[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
0036665646
commit
0de4cb8dba
@ -7,7 +7,7 @@
|
|||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <gale/debug.hpp>
|
#include <gale/debug.hpp>
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#include "gale/context/IOs/Interface.h"
|
#include "gale/context/IOs/Interface.hpp"
|
||||||
|
|
||||||
#import <gale/context/IOs/OpenglView.h>
|
#import <gale/context/IOs/OpenglView.hpp>
|
||||||
#import <gale/context/IOs/AppDelegate.h>
|
#import <gale/context/IOs/AppDelegate.hpp>
|
||||||
#include <gale/context/IOs/Context.h>
|
#include <gale/context/IOs/Context.hpp>
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
|
|
||||||
@implementation AppDelegate
|
@implementation AppDelegate
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
#include <gale/context/IOs/Interface.h>
|
#include <gale/context/IOs/Interface.h>
|
||||||
#include <gale/context/IOs/Context.hpp>
|
#include <gale/context/IOs/Context.hpp>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <string.h>
|
#include <cstring>
|
||||||
|
|
||||||
|
|
||||||
#include <sys/times.h>
|
#include <sys/times.h>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#import <gale/context/IOs/AppDelegate.h>
|
#import <gale/context/IOs/AppDelegate.hpp>
|
||||||
//#import "AppDelegate.h"
|
//#import "AppDelegate.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,15 +7,15 @@
|
|||||||
|
|
||||||
#import <QuartzCore/QuartzCore.h>
|
#import <QuartzCore/QuartzCore.h>
|
||||||
#import <OpenGLES/EAGLDrawable.h>
|
#import <OpenGLES/EAGLDrawable.h>
|
||||||
#include <gale/context/IOs/Context.h>
|
#include <gale/context/IOs/Context.hpp>
|
||||||
#include <gale/Dimension.h>
|
#include <gale/Dimension.hpp>
|
||||||
|
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
|
|
||||||
#import "OpenglView.h"
|
#import "OpenglView.hpp"
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
|
|
||||||
|
|
||||||
@interface OpenglView ()
|
@interface OpenglView ()
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#import <gale/context/MacOs/AppDelegate.h>
|
#import <gale/context/MacOs/AppDelegate.hpp>
|
||||||
#import <gale/context/MacOs/OpenglView.h>
|
#import <gale/context/MacOs/OpenglView.hpp>
|
||||||
|
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
|
|
||||||
@implementation MacOsAppDelegate
|
@implementation MacOsAppDelegate
|
||||||
@synthesize window=_window;
|
@synthesize window=_window;
|
||||||
|
@ -5,19 +5,19 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
#include <gale/gale.h>
|
#include <gale/gale.hpp>
|
||||||
#include <gale/key/key.h>
|
#include <gale/key/key.hpp>
|
||||||
#include <gale/context/commandLine.h>
|
#include <gale/context/commandLine.hpp>
|
||||||
#include <gale/context/clipBoard.h>
|
#include <gale/context/clipBoard.hpp>
|
||||||
#include <etk/types.h>
|
#include <etk/types.hpp>
|
||||||
#include <etk/os/FSNode.h>
|
#include <etk/os/FSNode.hpp>
|
||||||
|
|
||||||
#include <gale/resource/Manager.h>
|
#include <gale/resource/Manager.hpp>
|
||||||
#include <gale/context/Context.h>
|
#include <gale/context/Context.hpp>
|
||||||
|
|
||||||
#include <gale/context/MacOs/Interface.h>
|
#include <gale/context/MacOs/Interface.hpp>
|
||||||
#include <gale/context/MacOs/Context.h>
|
#include <gale/context/MacOs/Context.hpp>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
* @copyright 2011, Edouard DUPIN, all right reserved
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
||||||
* @license APACHE v2.0 (see license file)
|
* @license APACHE v2.0 (see license file)
|
||||||
*/
|
*/
|
||||||
#include "Context.h"
|
#include "Context.hpp"
|
||||||
#import <Cocoa/Cocoa.h>
|
#import <Cocoa/Cocoa.h>
|
||||||
#include "gale/context/MacOs/Interface.h"
|
#include "gale/context/MacOs/Interface.hpp"
|
||||||
|
|
||||||
#import <gale/context/MacOs/OpenglView.h>
|
#import <gale/context/MacOs/OpenglView.hpp>
|
||||||
#import <gale/context/MacOs/Windows.h>
|
#import <gale/context/MacOs/Windows.hpp>
|
||||||
#import <gale/context/MacOs/AppDelegate.h>
|
#import <gale/context/MacOs/AppDelegate.hpp>
|
||||||
#import <gale/debug.h>
|
#import <gale/debug.hpp>
|
||||||
|
|
||||||
id window = nil;
|
id window = nil;
|
||||||
|
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#import <gale/context/MacOs/OpenglView.h>
|
#import <gale/context/MacOs/OpenglView.hpp>
|
||||||
#include <OpenGL/gl.h>
|
#include <OpenGL/gl.h>
|
||||||
#include <gale/context/MacOS/Context.h>
|
#include <gale/context/MacOS/Context.hpp>
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
#include <gale/Dimension.h>
|
#include <gale/Dimension.hpp>
|
||||||
|
|
||||||
|
|
||||||
@implementation OpenGLView
|
@implementation OpenGLView
|
||||||
|
@ -5,12 +5,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#import <gale/context/MacOs/Windows.h>
|
#import <gale/context/MacOs/Windows.hpp>
|
||||||
#include <gale/context/MacOS/Context.h>
|
#include <gale/context/MacOS/Context.hpp>
|
||||||
#include <gale/key/key.h>
|
#include <gale/key/key.hpp>
|
||||||
|
|
||||||
#include <gale/debug.h>
|
#include <gale/debug.hpp>
|
||||||
#include <etk/stdTools.h>
|
#include <etk/stdTools.hpp>
|
||||||
|
|
||||||
@implementation GaleMainWindows
|
@implementation GaleMainWindows
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <string.h>
|
#include <cstring>
|
||||||
|
|
||||||
#include <etk/types.hpp>
|
#include <etk/types.hpp>
|
||||||
#include <etk/os/FSNode.hpp>
|
#include <etk/os/FSNode.hpp>
|
||||||
@ -93,7 +93,7 @@ extern "C" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef GALE_BUILD_EGAMI
|
#ifdef GALE_BUILD_EGAMI
|
||||||
#include <egami/egami.h>
|
#include <egami/egami.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <X11/cursorfont.h>
|
#include <X11/cursorfont.h>
|
||||||
|
@ -37,9 +37,9 @@
|
|||||||
#include <gale/openGL/openGL.hpp>
|
#include <gale/openGL/openGL.hpp>
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <string.h>
|
#include <cstring>
|
||||||
|
|
||||||
#include <directfb.h>
|
#include <directfb.h>
|
||||||
#include <directfbgl.h>
|
#include <directfbgl.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user