]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Add ce1
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 9 Oct 2019 11:09:05 +0000 (13:09 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 9 Oct 2019 11:09:05 +0000 (13:09 +0200)
README.md
api/rrtce.h

index 6d4de44a7b4935b93c3a8c2a57420e44f1984ce6..96cd47163bc1564e2a8aa4bcf875f73e333d5a78 100644 (file)
--- a/README.md
+++ b/README.md
@@ -35,6 +35,10 @@ There is a list of implemented extensions and what they include:
 
 [cute c2]: https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h
 
+## Compound extensions
+There is a list of classes with reference to extensions used:
+- `RRTCE1`: 1, 2.
+
 # Contribute
 Use [OneFlow][3] branching model and keep the [changelog][4].
 
index ed5a5705aaa7b64cea8387709a30012a16f24865..dea0cd88156fb0bfdaa7729d3bba10c48f6cc6d5 100644 (file)
@@ -11,4 +11,6 @@ Compound extensions have no implementation.
 #include "rrts.h"
 #include "rrtext.h"
 
+class RRTCE1 : public RRTExt1, public RRTExt2 {};
+
 #endif /* RRTCE_H */