mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
ensure that v fmt
can be run over most .v files on each PR
This commit is contained in:
parent
ccb041c831
commit
1d86f4b5d1
9 changed files with 101 additions and 41 deletions
|
@ -1,5 +1,7 @@
|
|||
module ttf
|
||||
|
||||
import sdl
|
||||
|
||||
#include <SDL_ttf.h>
|
||||
|
||||
[typedef]
|
||||
|
@ -132,4 +134,5 @@ fn C.TTF_CloseFont(font &TTF_Font)
|
|||
|
||||
pub const (
|
||||
version = '0.0.1'
|
||||
sdl_version = sdl.version // TODO: remove this hack to mark sdl as used; avoids warning
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue