// // Math.hpp // amoeba // // Created by Timothy Prepscius on 12/30/16. // Copyright © 2016 Timothy Prepscius. All rights reserved. // #pragma once #include "Real.h" namespace tjp { namespace core { namespace math { template struct HPoint; typedef HPoint HPointr; typedef HPoint HPointf; typedef HPoint HPointd; } // namespace } // namespace } // namespace