Split server out.

This commit is contained in:
Ian Gulliver
2016-02-22 21:53:25 -08:00
parent c6e1eb9d42
commit bc9219b4a8
5 changed files with 23 additions and 4 deletions

6
adsbus/server.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
extern char server_id[];
extern char server_version[];
void server_init();