Some more cleanup
This commit is contained in:
parent
5e275e93df
commit
fe637bb128
2 changed files with 2 additions and 9 deletions
|
|
@ -152,10 +152,6 @@ pub const Image = extern struct {
|
|||
return rl.GenImageCellular(width, height, tileSize);
|
||||
}
|
||||
|
||||
pub fn GetData(self: Image) [*c]Color {
|
||||
return GetImageData(self);
|
||||
}
|
||||
|
||||
pub fn UseAsWindowIcon(self: Image) void {
|
||||
rl.SetWindowIcon(self);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue