New animation system
This commit is contained in:
parent
fa38dfd416
commit
0147975faf
17 changed files with 385 additions and 184 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define CONFIG_MANAGER_H
|
||||
|
||||
#include <map>
|
||||
#include "../debug/Log.hpp"
|
||||
#include <unordered_map>
|
||||
|
|
@ -47,6 +49,8 @@ public:
|
|||
void setInt(std::string, int);
|
||||
void setString(std::string, std::string);
|
||||
|
||||
SConfigValue* getConfigValuePtr(std::string);
|
||||
|
||||
SMonitorRule getMonitorRuleFor(std::string);
|
||||
|
||||
std::vector<SWindowRule> getMatchingRules(CWindow*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue