Sleeping Wombat GUI  0.100
swGUI
AttributeHeader.h
Go to the documentation of this file.
1 #pragma once
2 
10 
11 namespace sw
12 {
13 
16 {
19 
20 
21 // ================================ //
22 //
24  : AttribSize( 0 )
25  , AttribType( type )
26  {}
27 };
28 
29 
30 } // sw
uint64 AttributeType
Definition: AttributeTypes.h:12
AttributeType AttribType
Attribute type. Low 16 bits are reserved fo built in attributes.
Definition: AttributeHeader.h:18
Definition: DirectInputModule.cpp:11
AttributeHeader(AttributeType type)
Definition: AttributeHeader.h:23
Plik zawiera definicje podstawowych typów zmiennych.
Definition: AttributeHeader.h:15
size_t Size
Definition: TypesDefinitions.h:35
Size AttribSize
Size of attribute including this field.
Definition: AttributeHeader.h:17