Link the specified categoryHolder to the specified category.
Declared in <ball_category.h>
static
void
linkCategoryHolder(
Category* category,
CategoryHolder* categoryHolder);
Load the specified category and its corresponding maxLevel() into the specified categoryHolder, and add categoryHolder to the linked list of category holders maintained by category.
| Name | Description |
|---|---|
| category | category to which the holder is linked |
| categoryHolder | holder to load and link |