AppleWin/source/linux/duplicates/Tfe.cpp
Andrea Odetti 8e6fc89384 From AW's master, AppleWin.cpp split.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-11-27 13:48:53 +00:00

8 lines
107 B
C++

#include "Tfe/Tfe.h"
int tfe_enabled = 0;
int update_tfe_interface(void *v, void *param)
{
return 0;
}