mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 03:39:58 +01:00
5 lines
62 B
C
5 lines
62 B
C
#include "core.h"
|
|
int veejay_core_version() {
|
|
return 1;
|
|
}
|