This website requires JavaScript.
Explore
Help
Sign In
KeepersCompound
/
nd-specs
Watch
1
Star
0
Fork
You've already forked nd-specs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
650aee9015
nd-specs
/
patterns
/
Common.hexpat
6 lines
60 B
Plaintext
Raw
Blame
History
#pragma once
struct Table<T> {
s32 size;
T data;
};
Reference in New Issue
View Git Blame
Copy Permalink