| 130 | } |
| 131 | protected: |
| 132 | void set(const ::AutomationEventList& other) { |
| 133 | capacity = other.capacity; |
| 134 | count = other.count; |
| 135 | events = other.events; |
| 136 | } |
| 137 | }; |
| 138 | } // namespace raylib |
| 139 |
nothing calls this directly
no outgoing calls
no test coverage detected