amalgam/src/FM/Engine.cpp

19 lines
344 B
C++

/*
* Filename: Engine.cpp
*
* Description:
*
*
* Version:
* Created: Mon Mar 9 23:53:38 2020
* Revision: None
* Author: Rachel Fae Fox (foxiepaws),fox@foxiepa.ws
*
*/
#include "Engine.h"
template class FM::Engine<2>;
template class FM::Engine<4>;
template class FM::Engine<6>;
template class FM::Engine<8>;