Freeciv21
Develop your civilization from humble roots to a global empire
tech_class Struct Reference

#include <tech.h>

+ Collaboration diagram for tech_class:

Public Attributes

int idx
 
struct name_translation name
 
bool ruledit_disabled
 
int cost_pct
 

Detailed Description

Definition at line 106 of file tech.h.

Member Data Documentation

◆ cost_pct

int tech_class::cost_pct

Definition at line 110 of file tech.h.

Referenced by handle_ruleset_tech_class().

◆ idx

int tech_class::idx

Definition at line 107 of file tech.h.

Referenced by tech_class_by_number(), and tech_classes_init().

◆ name

struct name_translation tech_class::name

◆ ruledit_disabled

bool tech_class::ruledit_disabled

Definition at line 109 of file tech.h.

Referenced by tech_classes_init().