changes from the laptop
- some should be the same as previous commit (sorry!) - some should be new: LINT checks, ...?
This commit is contained in:
14
data/XMLload.h
Normal file
14
data/XMLload.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef XMLLOAD_H
|
||||
#define XMLLOAD_H
|
||||
|
||||
#include "xml.h"
|
||||
|
||||
class XMLload {
|
||||
|
||||
public:
|
||||
|
||||
virtual void readFromXML(XMLDoc* doc, XMLElem* src) = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif // XMLLOAD_H
|
||||
Reference in New Issue
Block a user