Program Listing for File type.h#

Return to documentation for file (type.h)

#pragma once

struct MyType {
    void foo();
};


struct OtherType {
};