From 22b2344c74e80071dbb3f64e4d73c30069368484 Mon Sep 17 00:00:00 2001 From: berendbutje <94845565+berendbutje@users.noreply.github.com> Date: Sat, 11 Feb 2023 13:24:52 +0100 Subject: [PATCH] Added some readme stuff --- flyff-client/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flyff-client/README.md b/flyff-client/README.md index 5af0829..cd7a779 100644 --- a/flyff-client/README.md +++ b/flyff-client/README.md @@ -1 +1,4 @@ -This project contains all code that is decompiled from the original WebAssembly code. \ No newline at end of file +This project contains all code that is decompiled from the original WebAssembly code. + +It is available as a library that can be added to your CMake project and the "client.h" will expose the raw +API for the game. \ No newline at end of file