fvb, functionvalue, vector (#77)

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
notyourav
2021-01-18 11:27:25 -08:00
committed by GitHub
parent e35c282900
commit c48c35f4db
49 changed files with 3454 additions and 2902 deletions
+18 -1
View File
@@ -1 +1,18 @@
// ok
#include "JSystem/JGadget/vector.h"
extern "C" {
void extend_default__Q27JGadget6vectorFUlUlUl();
}
namespace JGadget {
namespace vector {
u32 extend_default(u32 arg1, u32 arg2, u32 arg3) {
return arg2 * 2;
}
// TVector_pointer_void::TVector_pointer_void(const TAllocator<void*>& allocator) : TVector<void*,
// TAllocator>(allocator)
} // namespace vector
} // namespace JGadget