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