Skip to content

Commit

Permalink
win32|API: Export AutoStr methods
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jun 20, 2012
1 parent d157308 commit 08bdb2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doomsday/engine/api/doomsday.def
@@ -1,6 +1,6 @@
; Doomsday Engine API (Routines exported from Doomsday.exe).
;
; Highest ordinal is currently: --> 842 <--
; Highest ordinal is currently: --> 847 <--
; Other free ordinals: 57

NAME "DOOMSDAY"
Expand Down Expand Up @@ -240,6 +240,7 @@ EXPORTS

; String.
Str_New @461 NONAME
Str_FromAutoStr @844 NONAME
Str_Init @462 NONAME
Str_InitStatic @756 NONAME
Str_Free @463 NONAME
Expand Down Expand Up @@ -276,6 +277,10 @@ EXPORTS
Str_Write @739 NONAME
Str_Read @740 NONAME

AutoStr_New @845 NONAME
AutoStr_NewStd @846 NONAME
AutoStr_FromStr @847 NONAME

; StringPool.
StringPool_New @537 NONAME
StringPool_NewWithStrings @538 NONAME
Expand Down

0 comments on commit 08bdb2c

Please sign in to comment.