mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Color Picker WIP.
--HG-- branch : dev
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user