mirror of
https://notabug.org/scuti/lib3ddevil1
synced 2025-05-31 14:11:42 +05:30
Removed unneeded functions and libraries
This commit is contained in:
@@ -13,16 +13,12 @@ struct PldHeader {
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
// input: contents of the .pld file.
|
||||
// allocates heap memory
|
||||
//struct PldHeader *getpldh(const char*);
|
||||
|
||||
// input: pointer to a struct, contents of the .pld file.
|
||||
// * = pass by reference of a struct PldHeader
|
||||
bool getpldh(struct PldHeader*, const char*);
|
||||
|
||||
// frees heap memory
|
||||
void destroypldh(struct PldHeader*);
|
||||
|
||||
// input: a pld header struct.
|
||||
// * = pass by reference of a struct PldHeader
|
||||
void printpldh(struct PldHeader*);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user