PDA

View Full Version : Custom VirtualFileSource: inconvinient header location



Kez
01-12-2009, 03:04 AM
I'm writing a CL_VirtualFileSource implementation (CL 0.9) so I need the full declaration for CL_VirtualDirectoryListingEntry, which is in virtual_directory_listing_entry.h. Unfortunately, virtual_directory_listing_entry.h is not under the API folder, it is with the source files. Unless there is some reason for this that I'm missing, I'd appreciate it if one of the devs could move it from Sources/Core/IOData to Sources/API/Core/IOData in the repo.

Here's a patch with the changes I'm talking about: VFS_api.patch (http://codious.com/VFS_api.patch)

I'm using esoteric.clanlib.org/ClanLib/Development/ClanLib-0.9, latest revision as of posting.

Thanks ClanLib, you're a real pal :cool:

rombust
01-12-2009, 08:14 AM
Yes, you are right.

Patch applied.

Many thanks