Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PhasorAPI.h
Go to the documentation of this file.
1 
42 #pragma once
43 
44 #include "../Manager.h"
45 
46 #define PHASOR_API_ARGS Manager::CallHandler& handler, \
47  Common::Object::unique_deque& args, \
48  Common::Object::unique_list& results
49 
50 namespace PhasorAPI
51 {
52  void Register(Manager::ScriptState& state);
53 }