Annotation of nono/lib/geometric.h, revision 1.1.1.1

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2021 nono project
                      4: // Licensed under nono-license.txt
                      5: //
                      6: 
                      7: #pragma once
                      8: 
                      9: struct nnSize {
                     10:        int width = 0;
                     11:        int height = 0;
                     12:        nnSize() { }
                     13:        nnSize(int w, int h) : width(w), height(h) { }
                     14: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.