Properly link flecs library
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <snapshot.h>
|
||||
#include <iostream>
|
||||
|
||||
int main(int, char *[]) {
|
||||
flecs::world world;
|
||||
|
||||
auto s = world.snapshot();
|
||||
|
||||
s.restore();
|
||||
}
|
||||
Reference in New Issue
Block a user