mirror of
https://github.com/zeldaret/ss
synced 2026-06-23 08:59:51 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
21 lines
374 B
C++
21 lines
374 B
C++
#include "d/t/d_t_map_inst.h"
|
|
|
|
SPECIAL_ACTOR_PROFILE(TAG_MAP_INST, dTgMapInst_c, fProfile::TAG_MAP_INST, 0x021d, 0, 0);
|
|
|
|
int dTgMapInst_c::create() {
|
|
field_0xfc = params & 0xff;
|
|
return SUCCEEDED;
|
|
}
|
|
|
|
int dTgMapInst_c::doDelete() {
|
|
return SUCCEEDED;
|
|
}
|
|
|
|
int dTgMapInst_c::actorExecute() {
|
|
return SUCCEEDED;
|
|
}
|
|
|
|
int dTgMapInst_c::draw() {
|
|
return SUCCEEDED;
|
|
}
|