2014-08-14 16:22:02 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms of the GFX License. If a copy of
|
|
|
|
* the license was not distributed with this file, you can obtain one at:
|
|
|
|
*
|
|
|
|
* http://ugfx.org/license.html
|
|
|
|
*/
|
|
|
|
|
2015-11-21 09:27:08 +00:00
|
|
|
#include "../../gfx.h"
|
2014-08-14 16:22:02 +00:00
|
|
|
|
|
|
|
#if GFX_USE_GFILE && GFILE_NEED_PETITFS
|
|
|
|
|
2014-08-20 07:42:53 +00:00
|
|
|
#include "gfile_petitfs_wrapper.h"
|
2014-08-14 16:22:02 +00:00
|
|
|
|
|
|
|
// Include the source we want
|
2015-11-21 09:27:08 +00:00
|
|
|
#include "../../3rdparty/petitfs-0.03/src/pff.c"
|
2014-08-14 16:22:02 +00:00
|
|
|
|
|
|
|
#endif // GFX_USE_GFILE && GFILE_NEED_PETITFS
|