| 99 | namespace osidbg |
| 100 | { |
| 101 | struct CustomFunctionParam |
| 102 | { |
| 103 | std::string Name; |
| 104 | ValueType Type; |
| 105 | FunctionArgumentDirection Dir; |
| 106 | }; |
| 107 | |
| 108 | class CustomFunction |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected