mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 18:05:32 +00:00
8 lines
82 B
C++
8 lines
82 B
C++
|
|
#include "pch.h"
|
|
#include "edition.h"
|
|
|
|
int GetEdition()
|
|
{
|
|
return ED_STANDARD;
|
|
}
|