7 lines
122 B
C++
7 lines
122 B
C++
extern int phase3_unit_state;
|
|
|
|
extern "C" int phase3_helper_state_plus(int value)
|
|
{
|
|
return(phase3_unit_state + value);
|
|
}
|