mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
8 lines
86 B
C
8 lines
86 B
C
#ifndef C_NODE_H
|
|
#define C_NODE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
|
|
#endif /* C_NODE_H */
|