mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-09 20:41:29 -04:00
fvb, functionvalue, vector (#77)
Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user