Vital
Loading...
Searching...
No Matches
tooltipText.h
Go to the documentation of this file.
1#pragma once
2
3#include "JuceHeader.h"
4
5#include <string>
6#include <unordered_map>
7
8// Example: A global function returning a static map, or a static global variable:
9const std::unordered_map<std::string, std::string>& getTooltips();
const std::unordered_map< std::string, std::string > & getTooltips()
Definition tooltipText.cpp:22