11 lines
92 B
C++
11 lines
92 B
C++
|
#include "MyBatch.h"
|
||
|
|
||
|
void MyBatch::init()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
void MyBatch::render()
|
||
|
{
|
||
|
// TODO
|
||
|
}
|