power_play/src/tar/tar.c
2025-08-05 11:52:16 -05:00

9 lines
102 B
C

#include "tar.h"
#include "tar_core.c"
void TAR_Main(void)
{
RunOnce();
TAR_StartupDeps();
}