#pragma once #include struct DataEntry { std::string name; float sugar; int criteria; };