diff options
Diffstat (limited to 'src/types/bitmap.nim')
-rw-r--r-- | src/types/bitmap.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/types/bitmap.nim b/src/types/bitmap.nim new file mode 100644 index 00000000..55a7794f --- /dev/null +++ b/src/types/bitmap.nim @@ -0,0 +1,7 @@ +type + NetworkBitmap* = ref object + width*: int + height*: int + cacheId*: int + imageId*: int + contentType*: string |