This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/doric/shader/root_node.h

11 lines
105 B
C
Raw Normal View History

2021-02-02 20:42:37 +08:00
#ifndef ROOTNODE_H
#define ROOTNODE_H
class RootNode
{
public:
RootNode();
};
#endif // ROOTNODE_H