|
|
1.1 root 1: //
2: // nono
3: // Copyright (C) 2021 nono project
4: // Licensed under nono-license.txt
5: //
6:
1.1.1.2 ! root 7: //
! 8: // 図形用
! 9: //
! 10:
1.1 root 11: #pragma once
12:
13: struct nnSize {
14: int width = 0;
15: int height = 0;
16: nnSize() { }
17: nnSize(int w, int h) : width(w), height(h) { }
18: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.