![]() |
||||
merge_net_outs.cGo to the documentation of this file.00001 #include "white_interface.h" 00002 00016 /* Init Function */ 00017 void poin_entry_Init() 00018 { 00019 } 00020 00021 00026 /* Run Function */ 00027 void poin_entry_Run() 00028 { 00029 lobby_message in; 00030 00031 if (in_1_Enabled()) 00032 in = *in_1_Value(); 00033 00034 if (in_2_Enabled()) 00035 in = *in_2_Value(); 00036 00037 out_Post(&in); 00038 } 00039 |
||||
![]() |
||||
|
||||
![]() |
![]() |
![]() |