1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added new class: CachedValue

This commit is contained in:
jules 2016-04-19 11:56:16 +01:00
parent 905533c68e
commit a439c6ad8d
6 changed files with 497 additions and 12 deletions

View file

@ -60,6 +60,7 @@ namespace juce
#include "values/juce_Value.h"
#include "values/juce_ValueTree.h"
#include "values/juce_ValueTreeSynchroniser.h"
#include "values/juce_CachedValue.h"
#include "app_properties/juce_PropertiesFile.h"
#include "app_properties/juce_ApplicationProperties.h"