REVIEWED: rnet include from extras

This commit is contained in:
raysan5 2021-07-28 19:48:20 +02:00
parent 96aadec503
commit 8fecf45f4c
8 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,7 @@
#include "raylib.h"
#define RNET_IMPLEMENTATION
#include "rnet.h"
#include "extras/rnet.h"
int main(void)
{