logo

libbulletml

Library of Bullet Markup Language (forked from https://shinh.skr.jp/libbulletml/index_en.html )git clone https://hacktivis.me/git/libbulletml.git

formula-variables.cpp (129B)


  1. #include "formula-variables.h"
  2. namespace Variables {
  3. double rank;
  4. std::vector<double>* parameters;
  5. BulletMLRunner* runner;
  6. }