mirror of https://github.com/zeldaret/tp.git
19 lines
390 B
C++
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
|