| Index: src/shared/natives.h
|
| diff --git a/src/shared/natives.h b/src/shared/natives.h
|
| index 02157781dc9ac1a5290500aa45dc14a9007aec81..7227e657f682e433a43d9da95a82b8e580afa26a 100644
|
| --- a/src/shared/natives.h
|
| +++ b/src/shared/natives.h
|
| @@ -135,6 +135,8 @@ namespace fletch {
|
| N(StopwatchFrequency, "Stopwatch", "_frequency") \
|
| N(StopwatchNow, "Stopwatch", "_now") \
|
| \
|
| + N(TimerScheduleTimeout, "_FletchTimer", "_scheduleTimeout") \
|
| + \
|
| N(ForeignLibraryLookup, "ForeignLibrary", "_lookupLibrary") \
|
| N(ForeignLibraryClose, "ForeignLibrary", "_closeLibrary") \
|
| N(ForeignLibraryGetFunction, "ForeignLibrary", "_lookupFunction") \
|
|
|