Revision 9306a5ab28af6bb6dc2b933339ccc66764f44b12 authored by Brad King on 20 July 2022, 13:33:55 UTC, committed by Brad King on 20 July 2022, 13:33:55 UTC
1 parent 652b7c1
Raw File
custom5.cpp.in
#ifdef CUSTOM_CFG_DEBUG
int custom5_debug()
{
  return 0;
}
#endif

#ifdef CUSTOM_CFG_OTHER
int custom5_other()
{
  return 0;
}
#endif
back to top