Просмотр исходного кода

build: bring the iOS port up to date by synchronising new source file

names with the project file.
legacy
Sam Hocevar sam 13 лет назад
Родитель
Сommit
a59f2efb07
5 измененных файлов: 5 добавлений и 5 удалений
  1. +1
    -1
      src/image/codec/android-image.cpp
  2. +1
    -1
      src/image/codec/dummy-image.cpp
  3. +1
    -1
      src/image/codec/ios-image.cpp
  4. +1
    -1
      src/image/codec/ps3-image.cpp
  5. +1
    -1
      src/image/codec/sdl-image.cpp

+ 1
- 1
src/image/codec/android-image.cpp Просмотреть файл

@@ -20,7 +20,7 @@
#include <android/log.h> #include <android/log.h>


#include "core.h" #include "core.h"
#include "image/image-private.h" #include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/dummy-image.cpp Просмотреть файл

@@ -15,7 +15,7 @@
#include <cmath> #include <cmath>


#include "core.h" #include "core.h"
#include "image/image-private.h" #include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/ios-image.cpp Просмотреть файл

@@ -18,7 +18,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>


#include "core.h" #include "core.h"
#include "image/image-private.h" #include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/ps3-image.cpp Просмотреть файл

@@ -20,7 +20,7 @@
#include <cell/codec/pngdec.h> #include <cell/codec/pngdec.h>


#include "core.h" #include "core.h"
#include "image/image-private.h" #include "../../image/image-private.h"


using namespace std; using namespace std;




+ 1
- 1
src/image/codec/sdl-image.cpp Просмотреть файл

@@ -20,7 +20,7 @@
#include <SDL_image.h> #include <SDL_image.h>


#include "core.h" #include "core.h"
#include "image/image-private.h" #include "../../image/image-private.h"


using namespace std; using namespace std;




||||||
x
 
000:0
Загрузка…
Отмена
Сохранить