iOS example: shallow tweaks and fixes (untested)

This commit is contained in:
ocornut
2015-07-07 21:35:09 -06:00
parent eee6dab226
commit fb27360ea8
7 changed files with 32 additions and 55 deletions
@@ -5,8 +5,7 @@
// Joel Davis (joeld42@gmail.com)
//
#ifndef __imguiex__imgui_impl_ios__
#define __imguiex__imgui_impl_ios__
#pragma once
#include <Foundation/Foundation.h>
#include <UIKit/UIKit.h>
@@ -21,6 +20,3 @@
- (void)newFrame;
@end
#endif /* defined(__imguiex__imgui_impl_ios__) */