| 1839 | } |
| 1840 | |
| 1841 | Prototype* NewPrototypeFromDDF(dmParticleDDF::ParticleFX* message) |
| 1842 | { |
| 1843 | Prototype* prototype = new Prototype(); |
| 1844 | LoadResources(prototype, message); |
| 1845 | return prototype; |
| 1846 | } |
| 1847 | |
| 1848 | void DeletePrototype(HPrototype prototype) |
| 1849 | { |