summaryrefslogtreecommitdiffhomepage
path: root/x-plane-plugin/version-script.txt
blob: cfb84ec80cd13e6095c527b7627a4d4509e471d0 (plain)
1
2
3
4
5
6
7
8
9
10
{
 global:
  XPluginStart;
  XPluginStop;
  XPluginEnable;
  XPluginDisable;
  XPluginReceiveMessage;
 local:
   *;
};