summaryrefslogtreecommitdiff
path: root/Runtime/Scripting/ScriptPopupMenus.h
blob: 2c2f3e032ec7fa1c68e5d140f1380908603a2451 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __SCRIPTPOPUPMENUSH__
#define __SCRIPTPOPUPMENUSH__

#include <map>

class TypeTree;
class MonoBehaviour;

void BuildScriptPopupMenus (MonoBehaviour& behaviour, std::map<std::string, std::map<std::string, int> >& popups);
const std::string GetFieldIdentifierForEnum(const TypeTree* typeTree);
#endif