Program Listing for File type.h
Program Listing for File type.h#
↰ Return to documentation for file (type.h)
#pragma once
struct MyType {
    void foo();
};
struct OtherType {
};
↰ Return to documentation for file (type.h)
#pragma once
struct MyType {
    void foo();
};
struct OtherType {
};