Files
tp/libs/JSystem/JGadget/std-vector.cpp
T
notyourav 358469df03 fvb, functionvalue, vector (#77)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-18 14:27:25 -05:00

19 lines
390 B
C++

#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