10 lines
237 B
C++
10 lines
237 B
C++
|
// Project Sword & Gun Copyright Kevin Poretti
|
||
|
|
||
|
|
||
|
#include "IFESystemInterface.h"
|
||
|
|
||
|
// Add default functionality here for any IIFESystemInterface functions that are not pure virtual.
|
||
|
void IIFESystemInterface::FixedTick(float OneFrame)
|
||
|
{
|
||
|
}
|