mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-09 04:29:46 -04:00
13 lines
379 B
C++
13 lines
379 B
C++
//
|
|
// Generated by dtk
|
|
// Translation Unit: d_bg_s_lin_chk.cpp
|
|
//
|
|
|
|
#include "d/d_bg_s_lin_chk.h"
|
|
#include "f_op/f_op_actor_mng.h"
|
|
|
|
/* 800A5678-800A56B8 .text Set__11dBgS_LinChkFP4cXyzP4cXyzP10fopAc_ac_c */
|
|
void dBgS_LinChk::Set(cXyz* pi_start, cXyz* pi_end, fopAc_ac_c* pi_actor) {
|
|
Set2(pi_start, pi_end, pi_actor ? fopAcM_GetID(pi_actor) : fpcM_ERROR_PROCESS_ID_e);
|
|
}
|