mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-10 23:29:42 +00:00
Move ProDOS File code
git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@337 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
664dee7578
commit
2bd72b08b9
@ -6,7 +6,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "File.h"
|
||||
#include <ProDOS/File.h>
|
||||
#include <ProDOS/DateTime.h>
|
||||
|
||||
#include "common.h"
|
||||
#include <string.h>
|
||||
@ -14,7 +15,6 @@
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "DateTime.h"
|
||||
|
||||
|
||||
bool FileEntry::Load(const void *data)
|
@ -6,8 +6,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __FILE_H__
|
||||
#define __FILE_H__
|
||||
#ifndef __PRODOS_FILE_H__
|
||||
#define __PRODOS_FILE_H__
|
||||
|
||||
#include <time.h>
|
||||
#include <stdint.h>
|
Loading…
x
Reference in New Issue
Block a user