summary refs log tree commit diff stats
path: root/lib/wrappers/sdl/sdl_ttf.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wrappers/sdl/sdl_ttf.nim')
-rwxr-xr-xlib/wrappers/sdl/sdl_ttf.nim8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/wrappers/sdl/sdl_ttf.nim b/lib/wrappers/sdl/sdl_ttf.nim
index 796a20f54..ca4b56f5a 100755
--- a/lib/wrappers/sdl/sdl_ttf.nim
+++ b/lib/wrappers/sdl/sdl_ttf.nim
@@ -178,9 +178,11 @@ const
 
 type 
   PFont* = ptr Tfont
-  TFont*{.final.} = object  # This macro can be used to fill a version structure with the compile-time
-                                #  version of the SDL_ttf library. 
-
+  TFont{.final.} = object  
+  
+  
+# This macro can be used to fill a version structure with the compile-time
+# version of the SDL_ttf library. 
 
 proc Linked_Version*(): sdl.Pversion{.cdecl, importc: "TTF_Linked_Version", 
                                       dynlib: ttfLibName.}