Move source to src.
This commit is contained in:
parent
6f246722f9
commit
2442efc1a6
82 changed files with 13 additions and 236 deletions
19
src/resource.h
Normal file
19
src/resource.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
#ifndef MBOSTOCK_RESOURCE_H
|
||||
#define MBOSTOCK_RESOURCE_H
|
||||
|
||||
namespace mbostock {
|
||||
|
||||
class Resources {
|
||||
public:
|
||||
static const char* path();
|
||||
static const char* readFile(const char* path);
|
||||
|
||||
private:
|
||||
Resources();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue