Newer
Older
Import / research / signals-slots / src / gui / tests / test_screen2.cpp
@John John on 29 Dec 2020 179 bytes bulk import from macbookpro checkouts
#include <assert.h>
#include <application.h>
#include <screen.h>


int main(int argc, char *argv[])
{
    Application a(argc, argv);
    Screen *s = getScreen();
    return 0;
}