Initial commit.
This commit is contained in:
commit
44b5f2392f
98 changed files with 11750 additions and 0 deletions
20
worlds.h
Normal file
20
worlds.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// -*- C++ -*-
|
||||
|
||||
#ifndef MBOSTOCK_WORLDS_H
|
||||
#define MBOSTOCK_WORLDS_H
|
||||
|
||||
namespace mbostock {
|
||||
|
||||
class World;
|
||||
|
||||
class Worlds {
|
||||
public:
|
||||
static World* fromFile(const char* path);
|
||||
|
||||
private:
|
||||
Worlds();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue