This website works better with JavaScript.
Home
Explore
Help
Sign In
jfmartel
/
AudioConsole
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
68 MiB
C
94.3%
Makefile
4.8%
Linker Script
0.6%
C++
0.3%
Tree:
a2085fe3e2
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a2085fe3e2'
${ noResults }
AudioConsole
/
AudioConsole.X
/
Source
/
TCPServer.h
11 lines
95 B
Raw
Blame
History
#ifndef TCPSERVER_H
#define TCPSERVER_H
int OpenTCPServer();
void TickTCPServer();
#endif