StopWatch Natives
by PipeDream, found inside nativepack.cpp on the grimoire SVN
updated by MindWorX, to work with RtC

Natives
native StopWatchCreate takes nothing returns integer
native StopWatchMark takes integer stopwatch returns real
native StopWatchDestroy takes integer stopwatch returns nothing

vJass Library
library StopwatchAPI
    native StopWatchCreate takes nothing returns integer
    native StopWatchMark takes integer stopwatch returns real
    native StopWatchDestroy takes integer stopwatch returns nothing
endlibrary
