mirror of
https://github.com/zeldaret/ss
synced 2026-06-21 00:11:13 -04:00
Fix includes and removed libs folder
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "egg/core/eggController.h"
|
||||
|
||||
|
||||
namespace EGG
|
||||
{
|
||||
|
||||
void CoreControllerMgr::beginFrame() {
|
||||
for (int i = 0; i < mControllers.getSize(); ++i) {
|
||||
mControllers(i)->beginFrame(NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
} // namespace EGG
|
||||
Reference in New Issue
Block a user