Annotation of nono/vm/event.cpp, revision 1.1.1.1

1.1       root        1: //
                      2: // nono
                      3: // Copyright (C) 2018 [email protected]
                      4: //
                      5: 
                      6: #include "event.h"
                      7: 
                      8: // 全イベントの配列
                      9: std::vector<Event *> gEvents;
                     10: 
                     11: // コンストラクタ
                     12: Event::Event()
                     13: {
                     14:        // 自身をリストに追加する
                     15:        gEvents.push_back(this);
                     16: }
                     17: 
                     18: // デストラクタ
                     19: Event::~Event()
                     20: {
                     21: }

unix.superglobalmegacorp.com

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