mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 09:39:48 -04:00
7 lines
85 B
C
7 lines
85 B
C
#ifndef C_LIST_H
|
|
#define C_LIST_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
#endif /* C_LIST_H */
|