rename and clear file name

This commit is contained in:
vcaesar 2019-01-02 12:58:50 -04:00
parent 54947c5065
commit 4c627771c2
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#ifndef IO_H
#define IO_H
#ifndef FILE_IO_H
#define FILE_IO_H
#include "MMBitmap.h"
#include <stddef.h>

View File

@ -1,4 +1,4 @@
#include "io.h"
#include "file_io.h"
// #include "os.h"
// #include "bmp_io_c.h"
#include "png_io_c.h"

View File

@ -3,7 +3,7 @@
#define PNG_IO_H
// #include "MMBitmap_c.h"
// #include "io_c.h"
// #include "file_io_c.h"
enum _PNGReadError {
kPNGGenericError = 0,

View File

@ -12,7 +12,7 @@
#include "bitmap_find_c.h"
#include "../base/color_find_c.h"
// #include "../screen/screen_c.h"
#include "../base/io_c.h"
#include "../base/file_io_c.h"
#include "../base/pasteboard_c.h"
#include "../base/str_io_c.h"
#include <assert.h>