8 lines
148 B
C++
8 lines
148 B
C++
// Louis Hobbs | 2024-2025
|
|
|
|
|
|
#include "Inputable.h"
|
|
|
|
|
|
// Add default functionality here for any IInputtable functions that are not pure virtual.
|