|
|
nono 0.3.0
//
// nono
// Copyright (C) 2021 nono project
// Licensed under nono-license.txt
//
//
// 図形用
//
#pragma once
struct nnSize {
int width = 0;
int height = 0;
nnSize() { }
nnSize(int w, int h) : width(w), height(h) { }
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.