| 1050 | } |
| 1051 | |
| 1052 | void xBoulderGenerator_Init(xBase& data, xDynAsset& asset, unsigned long) |
| 1053 | { |
| 1054 | xBoulderGenerator_Init((xBoulderGenerator*)&data, (xBoulderGeneratorAsset*)&asset); |
| 1055 | } |
| 1056 | |
| 1057 | void xBoulderGenerator_Init(xBoulderGenerator* bg, xBoulderGeneratorAsset* asset) |
| 1058 | { |
nothing calls this directly
no test coverage detected