naev 0.12.5
tech_group_t Struct Reference

Group of tech items, basic unit of the tech trees. More...

Collaboration diagram for tech_group_t:

Data Fields

char * name
char * filename
tech_item_titems

Detailed Description

Group of tech items, basic unit of the tech trees.

Definition at line 59 of file tech.c.

Field Documentation

◆ filename

char* tech_group_t::filename

Name of the file.

Definition at line 61 of file tech.c.

◆ items

tech_item_t* tech_group_t::items

Items in the tech group.

Definition at line 62 of file tech.c.

◆ name

char* tech_group_t::name

Name of the tech group.

Definition at line 60 of file tech.c.


The documentation for this struct was generated from the following file: