Move files to a `neocomm/' directory.
This commit is contained in:
parent
34842619cb
commit
7aed5f8124
@ -19,7 +19,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "nodes.h"
|
||||
#include "neocomm/nodes.h"
|
||||
|
||||
// List of nodes
|
||||
extern struct NeoComm_node *node_list;
|
||||
|
@ -17,7 +17,7 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "neocomm.h"
|
||||
#include "neocomm/neocomm.h"
|
||||
|
||||
int NeoComm_init(unsigned int max_nodes) {
|
||||
if(!NeoComm_init_nodes(max_nodes))
|
||||
|
@ -17,7 +17,7 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "nodes.h"
|
||||
#include "neocomm/nodes.h"
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user