// Purpose: in-memory file system
// Author: Vaclav Slavik
// Copyright: (c) 2000 Vaclav Slavik
-// Licence: wxWindows Licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_FS_MEM_H_
#if wxUSE_IMAGE
static void AddFile(const wxString& filename, wxImage& image, long type);
-#endif // wxUSE_IMAGE
static void AddFile(const wxString& filename,
const wxBitmap& bitmap,
long type);
+#endif // wxUSE_IMAGE
+
};
#else // !wxUSE_GUI