mirror of
https://github.com/ksherlock/profuse.git
synced 2025-02-11 16:31:03 +00:00
9 lines
173 B
C
9 lines
173 B
C
|
#ifndef __PASCAL_FILE_H__
|
||
|
#define __PASCAL_FILE_H__
|
||
|
|
||
|
#include <Pascal/Date.h>
|
||
|
#include <Pascal/Entry.h>
|
||
|
#include <Pascal/FileEntry.h>
|
||
|
#include <Pascal/VolumeEntry.h>
|
||
|
|
||
|
#endif
|