mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
12eb254d76
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
10 lines
106 B
C++
10 lines
106 B
C++
/**
|
|
* d_bg_pc.cpp
|
|
*
|
|
*/
|
|
|
|
#include "d/d_bg_pc.h"
|
|
|
|
void dBgPc::setCode(sBgPc& code) {
|
|
m_code = code;
|
|
} |