Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 738 → Rev 739

/MissionCockpit/tags/V0.4.1/plugin/example.pl.off
0,0 → 1,25
 
###############################################################################
#
# example.pl - Example Plugin for Mission Cockpit event engine
#
###############################################################################
#
# 2010-01-30 0.0.1 rw created
#
###############################################################################
 
$Version{'plugin/example.pl'} = "0.0.1 - 2010-01-30";
 
 
# say hello
print "Load Plugin: example.pl\n";
 
#
# function library for event engine
#
 
sub MyExample()
{
print "Plugin: Example\n";
}