mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef C_NODE_H
|
|
#define C_NODE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
#endif /* C_NODE_H */
|