http and lots of formats
This commit is contained in:
13
public/tier2/fileformats/plist.h
Normal file
13
public/tier2/fileformats/plist.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef TIER2_PLIST_H
|
||||
#define TIER2_PLIST_H
|
||||
|
||||
#include "tier2/fileformats/json.h"
|
||||
|
||||
abstract_class IPropertyListManager
|
||||
{
|
||||
public:
|
||||
virtual IJSONObject *ReadString( const char *psz ) = 0;
|
||||
};
|
||||
|
||||
IPropertyListManager *PropertyListManager();
|
||||
#endif
|
||||
Reference in New Issue
Block a user