naev 0.11.5
tech_group_t Struct Reference

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

Data Fields

char * name
 
char * filename
 
tech_item_titems
 

Detailed Description

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

Definition at line 57 of file tech.c.

Field Documentation

◆ filename

char* tech_group_t::filename

Name of the file.

Definition at line 59 of file tech.c.

◆ items

tech_item_t* tech_group_t::items

Items in the tech group.

Definition at line 60 of file tech.c.

◆ name

char* tech_group_t::name

Name of the tech group.

Definition at line 58 of file tech.c.


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