mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
16 lines
271 B
C++
16 lines
271 B
C++
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define DLLFILENAME "QrsOne_500sps.dll"
|
|
#define DLIMODULE QRSONE_500SPS
|
|
#define DLIHEADER <BeatPickerTest/BeatPickerTest.dli>
|
|
//#define DLLCALL LNPUBLIC
|
|
|
|
#include <Core/dli.h>
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
|
|
}
|
|
|