ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
setting_map_entry_t Struct Reference

Lookup table for setting string-to-enum mapping. More...

Data Fields

const char * match
 Setting string (lowercased)
 
int enum_value
 Corresponding enum value.
 

Detailed Description

Lookup table for setting string-to-enum mapping.

Definition at line 64 of file parsers.c.

Field Documentation

◆ enum_value

int setting_map_entry_t::enum_value

Corresponding enum value.

Definition at line 66 of file parsers.c.

◆ match

const char* setting_map_entry_t::match

Setting string (lowercased)

Definition at line 65 of file parsers.c.


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