mirror of
https://github.com/mwpenny/portal64-still-alive.git
synced 2025-02-17 02:28:55 +00:00
Remove empty linked list files
This commit is contained in:
parent
2e6f8ac86b
commit
1e8a4f5458
@ -1 +0,0 @@
|
||||
#include "linked_list.h"
|
@ -1,9 +0,0 @@
|
||||
#ifndef __LINKED_LIST_H__
|
||||
#define __LINKED_LIST_H__
|
||||
|
||||
struct LinkedListNode {
|
||||
struct LinkedListNode* next;
|
||||
struct LinkedListNode* prev;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user