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:
@@ -11,7 +11,7 @@ module stbi
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
struct Image {
|
||||
pub struct Image {
|
||||
mut:
|
||||
width int
|
||||
height int
|
||||
|
||||
Reference in New Issue
Block a user