mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
5e05ae38f8
* d_a_obj_web0 / d_a_obj_web1 * remove asm * d_a_set_bgobj * d_cc_s work * remove asm * build fix * fix tp.py progress check and rel sha1 check * clean up some bg files
11 lines
110 B
C++
11 lines
110 B
C++
/**
|
|
* d_bg_pc.cpp
|
|
*
|
|
*/
|
|
|
|
#include "d/bg/d_bg_pc.h"
|
|
|
|
void dBgPc::setCode(sBgPc& code) {
|
|
m_code = code;
|
|
}
|