25 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_PANDA_RECORDER)
26 #error Buildsystem error: BUILDING_PANDA_RECORDER not defined
29 ConfigureDef(config_recorder);
30 NotifyCategoryDef(recorder,
"");
32 ConfigureFn(config_recorder) {
33 MouseRecorder::init_type();
34 RecorderController::init_type();
35 RecorderFrame::init_type();
36 RecorderHeader::init_type();
37 RecorderTable::init_type();
38 ReferenceCount::init_type();
46 SocketStreamRecorder::init_type();
47 SocketStreamRecorder::register_with_read_factory();