Files
tww/src/d/actor/d_a_player_HIO.inc
T
LagoLunatic bc4c7dd5f9 Match Link's HIO class constructor
The constructor and section ordering of the constructor both seem to match now.
2025-04-01 16:03:06 -04:00

19 lines
549 B
C++

/**
* d_a_player_HIO.inc
*
* Player HostIO interface handling.
*
* This file is not a standalone translation unit and is instead directly
* included into d_a_player_main.cpp.
*
* The original name of this file is not known, but a best guess was taken
* based on the original names of the classes it contains.
*
* In the retail version of the game, only a single constructor is present.
* But the debug version had implementations for all of Link's HIO classes.
*/
#include "d/actor/d_a_player_main.h"
daPy_HIO_c::daPy_HIO_c() {}