mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
15 lines
189 B
C++
15 lines
189 B
C++
#ifndef FIGURE__STORE__H
|
|
#define FIGURE__STORE__H
|
|
|
|
#include "../shared/expression_model_store.h"
|
|
|
|
namespace Geometry {
|
|
|
|
class FigureStore: Shared::ExpressionModelStore {
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif
|