21 lines
511 B
C
21 lines
511 B
C
|
#error DO NOT INCLUDE THIS FILE
|
||
|
|
||
|
// NOTE(zaklaus): This file acts as a shortcut for setting up assets in the eco2d
|
||
|
// use your favorite editor to quickly navigate between various files.
|
||
|
|
||
|
// 1) Register a new Asset ID
|
||
|
#include "assets.h"
|
||
|
|
||
|
// 2) Add the asset to the asset list
|
||
|
#include "assets_list.c"
|
||
|
|
||
|
// NOTE(zaklaus): Now that your asset is registered, we
|
||
|
// can use it in other systems
|
||
|
|
||
|
// NOTE(zaklaus): Register a block
|
||
|
#include "blocks_list.c"
|
||
|
|
||
|
// NOTE(zaklaus): Register an item
|
||
|
#include "items_list.c"
|
||
|
|