Project Alice
Loading...
Searching...
No Matches
container_types.hpp File Reference
#include <vector>
#include "dcon_generated.hpp"
Include dependency graph for container_types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sys::hsv
 
struct  sys::value_modifier_segment
 
struct  sys::value_modifier_description
 
struct  sys::event_option
 
struct  sys::modifier_hash
 
struct  sys::crisis_join_offer
 
class  tagged_vector< value_type, tag_type, allocator >
 
struct  economy::commodity_set
 
struct  economy::small_commodity_set
 
struct  sys::checksum_key
 
struct  sys::player_name
 
struct  sys::macro_builder_template
 

Namespaces

namespace  sys
 
namespace  economy
 

Functions

float sys::red_from_int (uint32_t v)
 
float sys::green_from_int (uint32_t v)
 
float sys::blue_from_int (uint32_t v)
 
uint32_t sys::pack_color (float r, float g, float b)
 
int32_t sys::int_red_from_int (uint32_t v)
 
int32_t sys::int_green_from_int (uint32_t v)
 
int32_t sys::int_blue_from_int (uint32_t v)
 
uint32_t sys::pack_color (int32_t r, int32_t g, int32_t b)
 
hsv sys::rgb_to_hsv (uint32_t v)
 
uint32_t sys::hsv_to_rgb (hsv v)