9 lines
114 B
C++
Raw Normal View History

2020-08-30 11:54:41 +02:00
int curand_main();
int nppif_main();
int shared_version()
{
return curand_main() == 0 && nppif_main() == 0;
}