mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
38 lines
546 B
C++
38 lines
546 B
C++
#include "db.h"
|
|
|
|
// @SMALLTODO
|
|
void Db_CreateOTsAndPolyBuffers(void)
|
|
{
|
|
printf("Db_CreateOTsAndPolyBuffers(void)");
|
|
}
|
|
|
|
// @SMALLTODO
|
|
void Db_DefaultScreenOffsets(void)
|
|
{
|
|
printf("Db_DefaultScreenOffsets(void)");
|
|
}
|
|
|
|
// @SMALLTODO
|
|
void Db_DeleteOTsAndPolyBuffers(void)
|
|
{
|
|
printf("Db_DeleteOTsAndPolyBuffers(void)");
|
|
}
|
|
|
|
// @SMALLTODO
|
|
void Db_FlipClear(void)
|
|
{
|
|
printf("Db_FlipClear(void)");
|
|
}
|
|
|
|
// @SMALLTODO
|
|
void Db_Init(void)
|
|
{
|
|
printf("Db_Init(void)");
|
|
}
|
|
|
|
// @SMALLTODO
|
|
void Db_UpdateSky(void)
|
|
{
|
|
printf("Db_UpdateSky(void)");
|
|
}
|