add FileReader skeleton
This commit is contained in:
parent
a49536d8d8
commit
4ebedcf301
14
src/lib/include/jes/FileReader.h
Normal file
14
src/lib/include/jes/FileReader.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef JES_FILEREADER_H
|
||||
#define JES_FILEREADER_H
|
||||
|
||||
namespace jes
|
||||
{
|
||||
class FileReader
|
||||
{
|
||||
public:
|
||||
bool load(const char * fname);
|
||||
protected:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
1
src/lib/src/FileReader.cc
Normal file
1
src/lib/src/FileReader.cc
Normal file
@ -0,0 +1 @@
|
||||
#include "jes/FileReader.h"
|
Loading…
x
Reference in New Issue
Block a user