1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

clean up switch tokens

This commit is contained in:
Alexander Medvednikov
2019-10-27 14:05:50 +03:00
parent 8358528888
commit 1390a39053
4 changed files with 6 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ module stbi
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
struct Image {
pub struct Image {
mut:
width int
height int