| 833 | } |
| 834 | |
| 835 | bool OptionSaveProfile(std::string argument) |
| 836 | { |
| 837 | /*---------------------------------------------------------*\ |
| 838 | | Set save profile filename | |
| 839 | \*---------------------------------------------------------*/ |
| 840 | profile_save_filename = argument; |
| 841 | return(true); |
| 842 | } |
| 843 | |
| 844 | int ProcessOptions(int argc, char* argv[], Options* options, std::vector<RGBController *>& rgb_controllers) |
| 845 | { |