Color Picker WIP.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-11-10 04:14:33 -03:00
parent 092268f2e4
commit 58eda1da03
11 changed files with 297 additions and 17 deletions

View File

@@ -1,12 +1,13 @@
#ifndef EE_SYSTEM_FUNCTIONSTRING_HPP
#define EE_SYSTEM_FUNCTIONSTRING_HPP
#include <eepp/config.hpp>
#include <string>
#include <vector>
namespace EE { namespace System {
class FunctionString {
class EE_API FunctionString {
public:
static FunctionString parse( const std::string& function );