Work Life (Visual Novel / Game)
Loading...
Searching...
No Matches
character Namespace Reference

characters available in the game More...

Enumerations

enum  CHAR_ENUM {
  INO = 0 , KANADE = 1 , RIKA = 2 , RIN = 3 ,
  GENERIC = 4
}
 the character enum
 

Functions

bn::string< 6 > string (CHAR_ENUM c)
 convert character enum to string
 
bn::string< 6 > string_padded (CHAR_ENUM c)
 convert character enum to string padded with space
 
bn::string< 4 > string_short (CHAR_ENUM c)
 convert character enum to two letters
 

Variables

constexpr int COUNT = 4
 there are four characters
 
const CHAR_ENUM characters [] = {INO, KANADE, RIKA, RIN}
 conviences array used in loop structures
 

Detailed Description

characters available in the game